Skip to content

Commit 32051b4

Browse files
committed
all: release v1.28.0
Change-Id: Ied1d78a3cc0d417fbbd1d10d30730173af3e20d4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/391414 Reviewed-by: Joseph Tsai <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent 3992ea8 commit 32051b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/version/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ import (
5252
// 10. Send out the CL for review and submit it.
5353
const (
5454
Major = 1
55-
Minor = 27
56-
Patch = 1
57-
PreRelease = "devel"
55+
Minor = 28
56+
Patch = 0
57+
PreRelease = ""
5858
)
5959

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

0 commit comments

Comments
 (0)