From 0963bc25fd4a386d9f358541de23f1d337bdb8e3 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 15 Jan 2017 12:29:53 -0800 Subject: [PATCH] upgrade to 0.73 --- 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 4912e546c..17d4ecaa7 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.72" + VERSION = "0.73" )