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