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