From b7763c1cb6ce8a82ae7d77c47bfb94af07982946 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 10 Oct 2018 21:44:10 -0700 Subject: [PATCH] releasing 0.98 --- 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 b46f57095..a6316b8d2 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.97" + VERSION = "0.98" )