From eaa42c3865f65153d12fc8e9b63bdf45b13ea9c3 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 23 Mar 2019 14:14:40 -0700 Subject: [PATCH] 1.27 --- 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 7fbb6971a..ee6125a8c 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.26" + VERSION = "1.27" )