From c0122eeef36e716f1bd45fab1da5533071e2dce5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 24 Jun 2018 09:29:34 -0700 Subject: [PATCH] start 0.91 beta --- 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 3de98c742..2c768ab32 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.90" + VERSION = "0.91 beta" )