From bb1be616023ebfa4307b484ddcda3dc2720ce14c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 20 Jan 2020 20:30:03 -0800 Subject: [PATCH] 1.51 --- 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 99cd29d87..d06cfb8b8 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, 50) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 51) )