From 50e885da45a58180eeb0098e5446d252181964fc Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 11 Oct 2019 23:56:58 -0700 Subject: [PATCH] 1.44 --- 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 830a85057..4f16a783c 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, 43) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 44) )