From 59a9e15733051ccfe36d2bb2465e29e80459809b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 11 Apr 2019 19:40:36 -0700 Subject: [PATCH] 1.30 --- 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 aa8399523..a32811692 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, 29) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 30) )