From 6ea394b802f1bb52a07a91614e51185aea2281dd Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 22 Feb 2020 21:34:49 -0800 Subject: [PATCH] 1.57 --- 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 4fb318f08..01227194f 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, 56) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 57) )