From 37f104f88f89225ff8a1bf785cdca833db45de7a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 22 Feb 2021 22:54:34 -0800 Subject: 2.28 --- weed/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed') diff --git a/weed/util/constants.go b/weed/util/constants.go index 908f782ae..55f5b52d6 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 27) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 28) COMMIT = "" ) -- cgit v1.2.3