From 8c823abe1f5d95eacb3bb6798a924ac297238fb9 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 30 Mar 2019 23:22:41 -0700 Subject: [PATCH] 1.28 --- 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 ee6125a8c..0a4980e6f 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.27" + VERSION = "1.28" )