From f7094d7a99f73db855f59afafbf6e1dd276ba394 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 20 Sep 2014 12:39:42 -0700 Subject: [PATCH] version 0.64 --- 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 f66930d62..db1ca38e5 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -3,5 +3,5 @@ package util import () const ( - VERSION = "0.63" + VERSION = "0.64" )