diff --git a/specs-go/version.go b/specs-go/version.go index 35358c2c5..9ae4d10e4 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -8,10 +8,10 @@ const ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor = 1 // VersionPatch is for backwards-compatible bug fixes - VersionPatch = 0 + VersionPatch = 1 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "+dev" + VersionDev = "-dev" ) // Version is the specification version that the package types support.