From d8c7844d2eb96f173e356c42df6b082998e6fa0f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 29 Dec 2018 13:16:38 -0800 Subject: [PATCH] 1.17 --- 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 2d6d884ff..ae9223edb 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.16" + VERSION = "1.17" )