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