From a631b2a9e9515c026d66b97200982b017a3892be Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 14 Dec 2019 11:28:48 -0800 Subject: [PATCH] 1.46 --- 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 f0df5fd59..c9a33d2dd 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, 45) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 46) )