From 08cbb2c3457010b3278dd3cf6767de930baace3c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 29 May 2014 23:24:41 -0700 Subject: [PATCH] start to code for 0.61 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 730bfdd76..edd673043 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.60 beta" + VERSION = "0.61 beta" )