From fe4eb6bffa8363c5e8405ee96f5b6a1cfec93d78 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 21 Jun 2019 13:11:40 -0700 Subject: [PATCH] 1.36 --- 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 34cb237f7..c396761df 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, 35) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 36) )