From 4532640ffd790ef71705b120803615b64713ee43 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 1 Mar 2020 17:59:12 -0800 Subject: [PATCH] 1.58 --- 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 01227194f..11b6e0382 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, 57) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 58) )