From 997147d853a4d84257a4fdb81b4fe71ac05e1ea1 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Fri, 23 Nov 2018 10:45:30 +0800 Subject: [PATCH] v2.6.1 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 6889460..432651f 100644 --- a/gost.go +++ b/gost.go @@ -15,7 +15,7 @@ import ( ) // Version is the gost version. -const Version = "2.7-dev" +const Version = "2.6.1" // Debug is a flag that enables the debug log. var Debug bool