From 5e55f0da4d821decdae848d44684e3f33ac1c424 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 22 Jul 2018 02:15:24 -0700 Subject: [PATCH] add WIP 0.92 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 bf82938c6..9edf8f59d 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.91" + VERSION = "0.92 beta" )