From 7f760f16b0d2f55e92c5d57ca2167edbc257cf54 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 3 Sep 2018 20:52:52 -0700 Subject: [PATCH] prepare for 0.95 --- 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 204289347..713886b0e 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.94" + VERSION = "0.95" )