From bf6d41f5e2367d379324fc0ed1706712c9377217 Mon Sep 17 00:00:00 2001 From: zhengrui Date: Sat, 3 Feb 2018 13:19:22 +0800 Subject: [PATCH] v2.5-rc1 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 2a8baeb..980cb23 100644 --- a/gost.go +++ b/gost.go @@ -14,7 +14,7 @@ import ( ) // Version is the gost version. -const Version = "2.5-dev" +const Version = "2.5-rc1" // Debug is a flag that enables the debug log. var Debug bool