From f91baa4b4b791058703fa63697fd8e38b31e4b3b Mon Sep 17 00:00:00 2001 From: chrislusf Date: Thu, 14 Apr 2016 01:31:03 -0700 Subject: [PATCH] mark it as 0.71beta --- go/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/util/constants.go b/go/util/constants.go index 5f6ffae19..6b6b0b911 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.70" + VERSION = "0.71 beta" )