From d102443630f795275daa0aaae127aa5ef0646928 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 12 Jan 2015 21:07:06 -0800 Subject: [PATCH] v0.68 --- 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 d677ba44f..1aa59d634 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.67" + VERSION = "0.68" )