From 29295632945228934cad72de6c82e0a075e24fcb Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 14 Nov 2018 23:51:15 -0800 Subject: [PATCH] 1.06 --- 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 7d2b8917e..01fc8d384 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.05" + VERSION = "1.06" )