From 8ec57e18c736aac1bd5800223c53ef32d547e993 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 18 Jan 2019 14:27:34 -0800 Subject: [PATCH] 1.23 --- 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 cc5a85c0a..9ddf07261 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.22" + VERSION = "1.23" )