From acd3f73aa92de5d4f955e5d84e50736f54e56790 Mon Sep 17 00:00:00 2001 From: "rui.zheng" Date: Sun, 13 Aug 2017 17:20:09 +0800 Subject: [PATCH] change version to rc2 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 3be76b6..ca73555 100644 --- a/gost.go +++ b/gost.go @@ -14,7 +14,7 @@ import ( ) // Version is the gost version. -const Version = "2.4-rc1" +const Version = "2.4-rc2" // Debug is a flag that enables the debug log. var Debug bool