From be3f1f84a2d7a545d2ded04be1bc40dc9b6e7436 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 10 Jun 2019 21:34:06 -0700 Subject: [PATCH] 1.35 --- 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 9706c71b1..34cb237f7 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, 34) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 35) )