From beb0a1599ee5595b3f3314176cfbf66e63495cda Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 31 Jan 2020 00:32:09 -0800 Subject: [PATCH] 1.53 --- 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 4e89291dd..3d61b2006 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, 52) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 53) )