From 95ad56d99dfb4b344de51084f7d272c596b9b32f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 21 Jun 2019 20:56:34 -0700 Subject: [PATCH] 1.37 --- 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 c396761df..4d6cf5805 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, 36) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 37) )