From 94b325936b25e0db07d48f8bd4c00af17ae24a2a Mon Sep 17 00:00:00 2001 From: zhengrui Date: Sat, 7 Apr 2018 20:27:05 +0800 Subject: [PATCH] 2.5-rc2 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 980cb23..88798db 100644 --- a/gost.go +++ b/gost.go @@ -14,7 +14,7 @@ import ( ) // Version is the gost version. -const Version = "2.5-rc1" +const Version = "2.5-rc2" // Debug is a flag that enables the debug log. var Debug bool