From 89a0cb2e11bca1e044fbf6a7866a62c863af9c69 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 3 Sep 2019 01:31:58 -0700 Subject: [PATCH] 1.43 --- 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 36e82a480..830a85057 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, 42) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 43) )