From 66d04cb83f030a6b4739ebc063f3514a5f505e00 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 15 Dec 2018 08:17:24 -0800 Subject: [PATCH] 1.12 --- 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 00e500a60..8137d6f69 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.11" + VERSION = "1.12" )