From 7c82e2316b9f09c0195b35a1487473db153bdec1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 10 Apr 2014 13:47:39 -0700 Subject: [PATCH] starting 0.53 beta --- 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 abaa9fbfe..1bde95ebc 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.52" + VERSION = "0.53 beta" )