From 16e86104265b9e59c82b29ead4f47425666cc835 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 30 Dec 2018 00:52:20 -0800 Subject: [PATCH] 1.18 --- 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 ae9223edb..3c7c5f5b7 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.17" + VERSION = "1.18" )