From cf767117896c923a924dcfa080ad707f77475abd Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 23 Jun 2018 18:36:27 -0700 Subject: [PATCH] releasing 0.90 version --- 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 2c1e5c830..3de98c742 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.90 beta" + VERSION = "0.90" )