From 8de0027df560dd97a1baff0e6f28a6a87ce7ac8e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 18 Jan 2017 09:39:47 -0800 Subject: [PATCH] Release 0.74 --- 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 17d4ecaa7..0a0a37c47 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.73" + VERSION = "0.74" )