From 746017ea4fb9a2a4290d464b95d9a7c48acee84c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 27 Sep 2018 21:51:41 -0700 Subject: [PATCH] releasing 0.97 --- 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 fda15d96a..b46f57095 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.96" + VERSION = "0.97" )