From 33d50b157e6b099e7f318b5d7909b7841ecc3488 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Wed, 18 Dec 2019 23:36:14 +0800 Subject: [PATCH] v2.8.2 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index fca06d2..e961247 100644 --- a/gost.go +++ b/gost.go @@ -20,7 +20,7 @@ import ( ) // Version is the gost version. -const Version = "2.8.2-dev" +const Version = "2.8.2" // Debug is a flag that enables the debug log. var Debug bool