From 60db731e362adec2e0c27f3346d9fcff672a348d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 5 Nov 2018 08:54:40 -0800 Subject: [PATCH] update to 1.01 --- 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 45b5cbb9e..c9c38a8ba 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.00" + VERSION = "1.01" )