From f2c4c888f6f26e632792b1c8db8541051ba02dcf Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 17 May 2019 22:53:30 -0700 Subject: [PATCH] 1.34 --- 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 273a60c1d..9706c71b1 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, 33) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 34) )