Skip to content

Commit

Permalink
all: release v1.21.0
Browse files Browse the repository at this point in the history
Change-Id: I6a91f3efd45ab0a446b220fddc8bd03aec93b388
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/228177
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
dsnet committed Apr 13, 2020
1 parent 7dfcffe commit 3b9eee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 20
Patch = 1
PreRelease = "devel"
Minor = 21
Patch = 0
PreRelease = ""
)

// String formats the version string for this module in semver format.
Expand Down

0 comments on commit 3b9eee1

Please sign in to comment.