diff --git a/version/version.go b/version/version.go index 7c47098f..bbf2a3b7 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ var ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor int64 = 1 // VersionPatch is for backwards-compatible bug fixes - VersionPatch int64 = 2 + VersionPatch int64 = 3 ) // Version is the specification version that the package types support.