Skip to content

Commit d3c9826

Browse files
committed
all: release v1.29.0
Change-Id: Ieb49f0086eddc141eb0d13c749474803d22354d4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/474435 Reviewed-by: Michael Stapelberg <[email protected]>
1 parent eba8b09 commit d3c9826

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
@@ -51,9 +51,9 @@ import (
5151
// 10. Send out the CL for review and submit it.
5252
const (
5353
Major = 1
54-
Minor = 28
55-
Patch = 1
56-
PreRelease = "devel"
54+
Minor = 29
55+
Patch = 0
56+
PreRelease = ""
5757
)
5858

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

0 commit comments

Comments
 (0)