From 8fb29e523009901d7bcc5adff8a3da83ea515a18 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 3 Jan 2017 21:17:54 -0800 Subject: [PATCH] change to 0.71 version --- 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 6b6b0b911..7f38d1e75 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.71 beta" + VERSION = "0.71" )