From 30c7148020822651703a449ea5dd2c4f813dd9a5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 8 Jan 2020 22:08:35 -0800 Subject: [PATCH] 1.50 --- 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 0bf794344..99cd29d87 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, 49) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 50) )