diff --git a/specs-go/version.go b/specs-go/version.go index 5d493df23..0d9543f16 100644 --- a/specs-go/version.go +++ b/specs-go/version.go @@ -22,7 +22,7 @@ const ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor = 0 // VersionPatch is for backwards-compatible bug fixes - VersionPatch = 1 + VersionPatch = 2 // VersionDev indicates development branch. Releases will be empty string. VersionDev = ""