all: release v1.36.2

Change-Id: If65cf0b9b0dbf5ee87344d75c663c3305506f298
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/641015
Reviewed-by: Chressie Himpel <chressie@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Michael Stapelberg 2025-01-07 09:06:40 +01:00
parent 8878926ea7
commit 12c6ebd98e

View File

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