From 76da29679903b4cb994f917a0827aec9cc192c16 Mon Sep 17 00:00:00 2001 From: Chris Lu <chris.lu@gmail.com> 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" )