diff --git a/params/version.go b/params/version.go index fcbed504b0a..c38d82a4e24 100644 --- a/params/version.go +++ b/params/version.go @@ -44,7 +44,7 @@ const ( const ( OPVersionMajor = 0 // Major version component of the current release OPVersionMinor = 1 // Minor version component of the current release - OPVersionMicro = 10 // Patch version component of the current release + OPVersionMicro = 11 // Patch version component of the current release OPVersionModifier = "unstable" // Version metadata to append to the version string )