From 931bf2a50a020658244f1b1a342a9becaa2a7770 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 13 Apr 2014 03:10:59 -0700 Subject: [PATCH] releasing 0.53, and then move to 0.54 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 1bde95ebc..a666ff5d5 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.53 beta" + VERSION = "0.54 beta" )