diff --git a/runtime/protoimpl/version.go b/runtime/protoimpl/version.go index bb27337e..8c2f4e9d 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" + versionPreRelease = "rc.1.devel" ) // VersionString formats the version string for this module in semver format.