From 021ef0d14b1f2bed9979592755a3e6e60d745030 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 26 May 2017 23:04:38 -0700 Subject: [PATCH] adjust version to 0.76 --- 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 0ac306835..265488613 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.75" + VERSION = "0.76" )