From 275a3da1d3e3820751112a770210e13f9437a0ac Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Sat, 3 Nov 2018 13:03:16 +0800 Subject: [PATCH] v2.6 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index dfe1189..db4f621 100644 --- a/gost.go +++ b/gost.go @@ -14,7 +14,7 @@ import ( ) // Version is the gost version. -const Version = "2.6-rc1" +const Version = "2.6" // Debug is a flag that enables the debug log. var Debug bool