From 06474e5990a36430541779d09688a4cbf99b6db9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 18 Nov 2018 22:43:05 -0800 Subject: [PATCH] 1.08 --- 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 1266e5692..b395633bf 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.07" + VERSION = "1.08" )