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