diff --git a/specs-go/version.go b/specs-go/version.go index 7b31f0285..26b34c299 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-rc4-dev" + VersionDev = "-rc5" ) // Version is the specification version that the package types support.