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