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