From c28d55d343c26975cf02f394051b8a8b04c370d2 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Tue, 14 Apr 2015 10:10:50 -0700 Subject: [PATCH] 0.70 beta start --- 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 899815207..c880e1dbc 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.69 20150413" + VERSION = "0.70 beta 20150414" )