From 04356ad141c4ecb8f993597a15519211febb8cbb Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 23 Jul 2018 01:58:13 -0700 Subject: [PATCH] re-releasing 0.91 --- 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 9edf8f59d..bf82938c6 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.92 beta" + VERSION = "0.91" )