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