From 29945fad51320deb7c72f57d1c7a84bcc51429da Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 9 Feb 2020 18:07:17 -0800 Subject: [PATCH] 1.54 --- 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 3d61b2006..25b986653 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,5 +5,5 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 53) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 54) )