From c7568170ac4bc3063f7f2e7568de743562192a54 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Sun, 9 Feb 2020 19:16:11 +0800 Subject: [PATCH] v2.10.1 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 2de8465a..cf75028c 100644 --- a/gost.go +++ b/gost.go @@ -20,7 +20,7 @@ import ( ) // Version is the gost version. -const Version = "2.10.1-dev" +const Version = "2.10.1" // Debug is a flag that enables the debug log. var Debug bool