From 53d171cf5b48c17c73a353aa3ce2b9ac0f0fc0f7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 19 Aug 2018 18:45:26 -0700 Subject: [PATCH] releasing 0.93 --- 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 3f6a51cb7..141dbffd7 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.93 beta" + VERSION = "0.93" )