From 18982205ff77ca153cd1ce786d93a5900440efdd Mon Sep 17 00:00:00 2001 From: "rui.zheng" Date: Mon, 4 Sep 2017 20:56:55 +0800 Subject: [PATCH] version 2.5-dev --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index ca73555..057a9f2 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.5-dev" // Debug is a flag that enables the debug log. var Debug bool