Skip to content

Commit

Permalink
all: release v1.20.1
Browse files Browse the repository at this point in the history
Change-Id: I77c61b55d3c6aa540103ffe82c9dd226959bb753
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/222698
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
dsnet committed Mar 9, 2020
1 parent 676bcfb commit 290f718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/protoimpl/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ import (
const (
versionMajor = 1
versionMinor = 20
versionPatch = 0
versionPreRelease = "devel"
versionPatch = 1
versionPreRelease = ""
)

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

0 comments on commit 290f718

Please sign in to comment.