From adcfe660342aae71a8a0faeec2099004f558982a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 26 Jan 2019 00:15:50 -0600 Subject: [PATCH] 1.24 --- 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 9ddf07261..0f0efad86 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.23" + VERSION = "1.24" )