From 332668a3fdf8debe0bfbbbc1c49d3371bfd1749a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 23 Dec 2018 12:54:41 -0800 Subject: [PATCH] 1.15 --- 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 890c353fe..7de9c2ea4 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.14" + VERSION = "1.15" )