From c3aedc6d42c8b8baa47899ece112b30484353f38 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Wed, 15 Jan 2020 14:56:45 +0800 Subject: [PATCH] v2.9.1 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 4a0b1719..dae0ae0e 100644 --- a/gost.go +++ b/gost.go @@ -20,7 +20,7 @@ import ( ) // Version is the gost version. -const Version = "2.9.1-dev" +const Version = "2.9.1" // Debug is a flag that enables the debug log. var Debug bool