all: start v1.35.0-devel

Change-Id: I094b4192fa383ae40f0d3f11050a570fda07fc15
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/618196
Reviewed-by: Lasse Folger <lassefolger@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Michael Stapelberg 2024-10-07 14:20:20 +02:00
parent ac9817722e
commit 94e26c9ca9

@ -53,7 +53,7 @@ const (
Major = 1
Minor = 35
Patch = 0
PreRelease = ""
PreRelease = "devel"
)
// String formats the version string for this module in semver format.