all: release v1.28.0

Change-Id: Ied1d78a3cc0d417fbbd1d10d30730173af3e20d4
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/391414
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
Lasse Folger 2022-03-10 08:51:34 +01:00
parent 3992ea83a2
commit 32051b4f86

View File

@ -52,9 +52,9 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 27
Patch = 1
PreRelease = "devel"
Minor = 28
Patch = 0
PreRelease = ""
)
// String formats the version string for this module in semver format.