From 16634235c1d819c85fbdfec9c15f680b9ca46680 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 17 Dec 2018 10:03:03 -0800 Subject: [PATCH] 1.14 and HCFS 1.0.3 --- 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 8137d6f69..890c353fe 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.12" + VERSION = "1.14" )