From 25efb4debe48746d8e0bfb18176728f873193a97 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 26 Feb 2015 16:50:47 -0800 Subject: [PATCH] a 0.69 beta release --- 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 ca801574c..fcb635c33 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.69 beta" + VERSION = "0.69 beta20150226" )