From a9069520aec5adc76122ac629c9cdf70e0c33768 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 23 Jul 2018 01:59:23 -0700 Subject: [PATCH] start 0.92 beta2 --- 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 bf82938c6..0a15d5732 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.91" + VERSION = "0.92 beta2" )