From 443a68484a0a93fba6911529650b42a379615b8a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 17 Feb 2020 12:54:45 -0800 Subject: [PATCH] 1.56 --- 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 646a7d96d..4fb318f08 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, 55) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 56) )