all: release v1.20.1

Change-Id: I77c61b55d3c6aa540103ffe82c9dd226959bb753
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/222698
Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
Joe Tsai 2020-03-09 13:31:24 -07:00 committed by Joe Tsai
parent 676bcfb6fd
commit 290f718d07

View File

@ -52,8 +52,8 @@ import (
const ( const (
versionMajor = 1 versionMajor = 1
versionMinor = 20 versionMinor = 20
versionPatch = 0 versionPatch = 1
versionPreRelease = "devel" versionPreRelease = ""
) )
// VersionString formats the version string for this module in semver format. // VersionString formats the version string for this module in semver format.