all: release v1.20.0-rc.1
Change-Id: I383cd3e94788f80b95f3ef7f1b86922fc0ea1db3
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/221597
Reviewed-by: Damien Neil <[email protected]>
diff --git a/runtime/protoimpl/version.go b/runtime/protoimpl/version.go
index e059004..bb27337 100644
--- a/runtime/protoimpl/version.go
+++ b/runtime/protoimpl/version.go
@@ -51,9 +51,9 @@
// 10. Send out the CL for review and submit it.
const (
versionMajor = 1
- versionMinor = 19
+ versionMinor = 20
versionPatch = 0
- versionPreRelease = "devel"
+ versionPreRelease = "rc.1"
)
// VersionString formats the version string for this module in semver format.
@@ -85,7 +85,7 @@
// GenVersion is the runtime version required by generated .pb.go files.
// This is incremented when generated code relies on new functionality
// in the runtime.
- GenVersion = 19
+ GenVersion = 20
// MinVersion is the minimum supported version for generated .pb.go files.
// This is incremented when the runtime drops support for old code.