diff --git a/gost.go b/gost.go index 6889460..432651f 100644 --- a/gost.go +++ b/gost.go @@ -15,7 +15,7 @@ import ( ) // Version is the gost version. -const Version = "2.7-dev" +const Version = "2.6.1" // Debug is a flag that enables the debug log. var Debug bool