From 41f29e9d8c8a910d3a3061dd167b7f448e243d0c Mon Sep 17 00:00:00 2001 From: chrislusf Date: Thu, 16 Apr 2015 11:51:38 -0700 Subject: [PATCH] Adjust versioning. Beta version should not have a date. --- 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 c880e1dbc..073a2f896 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.70 beta 20150414" + VERSION = "0.70 beta" )