From bb1bba31260d383fe15d65c7210e196c276bbb09 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Wed, 22 Jan 2020 13:52:14 +0800 Subject: [PATCH] v2.9.2 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 5e8762a..bf4f825 100644 --- a/gost.go +++ b/gost.go @@ -20,7 +20,7 @@ import ( ) // Version is the gost version. -const Version = "2.9.2-dev" +const Version = "2.9.2" // Debug is a flag that enables the debug log. var Debug bool