From 69d1b88b9e45dc5a975fe46d97ca192b1a81aefb Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 24 Jul 2018 02:18:39 -0700 Subject: [PATCH] starting on 0.93 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 bc77fbb7b..3f6a51cb7 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.92" + VERSION = "0.93 beta" )