Skip to content

Commit ac98177

Browse files
committed
all: release v1.35.0
Change-Id: Ic0597f57619ea1e1e0d9dc85f08f26fa7b2c3389 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/618195 Reviewed-by: Lasse Folger <[email protected]> Reviewed-by: Nicolas Hillegeer <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 03df6c1 commit ac98177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/version/version.go

Lines changed: 3 additions & 3 deletions
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 = 34
55-
Patch = 2
56-
PreRelease = "devel"
54+
Minor = 35
55+
Patch = 0
56+
PreRelease = ""
5757
)
5858

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

0 commit comments

Comments
 (0)