diff --git a/runtime/protoimpl/version.go b/runtime/protoimpl/version.go index 89990ce8a..5764b46ec 100644 --- a/runtime/protoimpl/version.go +++ b/runtime/protoimpl/version.go @@ -52,8 +52,8 @@ import ( const ( versionMajor = 1 versionMinor = 20 - versionPatch = 0 - versionPreRelease = "devel" + versionPatch = 1 + versionPreRelease = "" ) // VersionString formats the version string for this module in semver format.