mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 11:58:21 +00:00
all: release v1.29.0
Change-Id: Ieb49f0086eddc141eb0d13c749474803d22354d4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/474435 Reviewed-by: Michael Stapelberg <stapelberg@google.com>
This commit is contained in:
parent
eba8b0975f
commit
d3c9826520
@ -51,9 +51,9 @@ import (
|
||||
// 10. Send out the CL for review and submit it.
|
||||
const (
|
||||
Major = 1
|
||||
Minor = 28
|
||||
Patch = 1
|
||||
PreRelease = "devel"
|
||||
Minor = 29
|
||||
Patch = 0
|
||||
PreRelease = ""
|
||||
)
|
||||
|
||||
// String formats the version string for this module in semver format.
|
||||
|
Loading…
Reference in New Issue
Block a user