From 2c0e01a5dd3d2257527ee41867fefa4273efc380 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Tue, 3 Mar 2020 19:42:38 +0800 Subject: [PATCH] v2.11.0 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 9e7e4210..02dd7f49 100644 --- a/gost.go +++ b/gost.go @@ -20,7 +20,7 @@ import ( ) // Version is the gost version. -const Version = "2.11.0-dev" +const Version = "2.11.0" // Debug is a flag that enables the debug log. var Debug bool