From 1a64a817ac2de57f7c86a25df55fb2c1494bc62f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 4 Nov 2018 22:13:16 -0800 Subject: [PATCH] update to 1.00 --- 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 a9077297f..45b5cbb9e 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.99" + VERSION = "1.00" )