From 6e119235514b365a5131b3ca4c8222d411167d4d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 7 Nov 2018 11:37:32 -0800 Subject: [PATCH] upgrade to 1.02 --- 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 c9c38a8ba..3219a70b4 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.01" + VERSION = "1.02" )