From 3ee017d3502d5cd3de54b60f6bde95ffd2f27aea Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 17 Apr 2014 00:32:45 -0700 Subject: [PATCH] 0.55 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 ab57af0c9..e9ab72740 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.54" + VERSION = "0.55 beta" )