From 4483732b2cbbee382f805082a7f9a0f0ca6bde7e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 13 Apr 2015 23:50:33 -0700 Subject: [PATCH] releasing 0.69 --- 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 fcb635c33..899815207 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.69 beta20150226" + VERSION = "0.69 20150413" )