diff --git a/gost.go b/gost.go index 3be76b6..ca73555 100644 --- a/gost.go +++ b/gost.go @@ -14,7 +14,7 @@ import ( ) // Version is the gost version. -const Version = "2.4-rc1" +const Version = "2.4-rc2" // Debug is a flag that enables the debug log. var Debug bool