From 249b9d8d5db4e35d0823ae1857c018a6ed536ecc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 22 Nov 2019 14:51:16 -0800 Subject: [PATCH] 1.45 --- 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 4f16a783c..f0df5fd59 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, 44) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 45) )