From e8a5ee4f480f1e7d4c751ccd0b303e2a001568d0 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 24 Jul 2018 01:54:15 -0700 Subject: [PATCH] releasing 0.92 ensure the nil problem is resolved. --- 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 0a15d5732..bc77fbb7b 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.92 beta2" + VERSION = "0.92" )