Skip to content

Commit

Permalink
all: release v1.20.0-rc.1
Browse files Browse the repository at this point in the history
Change-Id: I383cd3e94788f80b95f3ef7f1b86922fc0ea1db3
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/221597
Reviewed-by: Damien Neil <[email protected]>
  • Loading branch information
dsnet committed Feb 29, 2020
1 parent 65466b8 commit a6bf928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/protoimpl/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ import (
// 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.
Expand Down Expand Up @@ -85,7 +85,7 @@ const (
// 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.
Expand Down

0 comments on commit a6bf928

Please sign in to comment.