From a3def2bbd98c12ec158dcdc4df2c6a578f624eb9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 29 Nov 2018 09:15:04 -0800 Subject: [PATCH] for 1.10 --- 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 d9e20f05c..ea54f143e 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.09" + VERSION = "1.10" )