diff --git a/specs-go/version.go b/specs-go/version.go index d6a12e181..7069ae44d 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 = "-rc.6+dev" + VersionDev = "" ) // Version is the specification version that the package types support.