From 6d4c44a85c78adc32a4cf5ca4e2e810265cc5461 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 8 Apr 2019 22:41:59 -0700 Subject: [PATCH] 1.29 --- 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 1ed60b26f..aa8399523 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, 28) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 29) )