all: release v1.36.1

Change-Id: I551d270a4c0010bcdc87056715a1c38271ca2f5c
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/637937
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 2024-12-23 13:39:32 +01:00
parent 575aebf635
commit 7fc5ff4e14

View File

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