diff --git a/runtime/protoimpl/version.go b/runtime/protoimpl/version.go index 8c2f4e9da..70d26acb3 100644 --- a/runtime/protoimpl/version.go +++ b/runtime/protoimpl/version.go @@ -53,7 +53,7 @@ const ( versionMajor = 1 versionMinor = 20 versionPatch = 0 - versionPreRelease = "rc.1.devel" + versionPreRelease = "" ) // VersionString formats the version string for this module in semver format.