From badf099a782f408f40c669a00ac912106c075c59 Mon Sep 17 00:00:00 2001 From: "rui.zheng" Date: Mon, 4 Sep 2017 20:33:08 +0800 Subject: [PATCH] version 2.4 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index ca73555..75b8db9 100644 --- a/gost.go +++ b/gost.go @@ -14,7 +14,7 @@ import ( ) // Version is the gost version. -const Version = "2.4-rc2" +const Version = "2.4" // Debug is a flag that enables the debug log. var Debug bool