From f1fee03e5671d3790c134cbb1933da097c857402 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Wed, 16 Jan 2019 22:32:04 +0800 Subject: [PATCH] v2.7.2 --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index faa630e..740b116 100644 --- a/gost.go +++ b/gost.go @@ -19,7 +19,7 @@ import ( ) // Version is the gost version. -const Version = "2.7.1" +const Version = "2.7.2" // Debug is a flag that enables the debug log. var Debug bool