all: release v1.35.2

Change-Id: I3e159766c6776efc92e93fca6d7b247d1bd3ece0
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/627875
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
Auto-Submit: Michael Stapelberg <stapelberg@google.com>
This commit is contained in:
Chressie Himpel 2024-11-14 09:17:13 +00:00 committed by Gopher Robot
parent b98563540c
commit c72053a906

View File

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