From dc42d153525afe1e291d1bd7f8de5e8ca2b3c31e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 3 Jan 2017 21:32:59 -0800 Subject: [PATCH] release 0.72 --- 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 7f38d1e75..4912e546c 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.71" + VERSION = "0.72" )