diff --git a/params/version.go b/params/version.go index 2ddb3093a6ec..b5d9ee656609 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 3 // Major version component of the current release VersionMinor = 2 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release + VersionPatch = 3 // Patch version component of the current release VersionMeta = "matcha" // Version metadata to append to the version string )