From 9c28b0328aee5a74d7c39c3b6293813e6df473c9 Mon Sep 17 00:00:00 2001 From: tnextday Date: Fri, 11 Mar 2016 01:28:02 +0800 Subject: [PATCH] update version to 0.74 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 473218ea9..d4345f179 100644 --- a/go/util/constants.go +++ b/go/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.73 beta" + VERSION = "0.74 beta" )