From dfae0f4e9df1c1b041d6c4f1f13d885bd86f0e20 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 18 Jan 2019 00:25:20 -0800 Subject: [PATCH] 1.22 --- 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 12d09a477..cc5a85c0a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.21" + VERSION = "1.22" )