From f224b9fe284eb34c4c5f5223df50db93e5fd4677 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 13 Nov 2018 23:54:17 -0800 Subject: [PATCH] 1.05 --- weed/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/util/constants.go b/weed/util/constants.go index cf91f9c70..7d2b8917e 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.04" + VERSION = "1.05" )