From 83ca595472123550cea813bd5eada3d015dedb93 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 7 Sep 2018 14:19:48 -0700 Subject: [PATCH] adjust version number --- 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 713886b0e..fda15d96a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.95" + VERSION = "0.96" )