all: release v1.36.4

Change-Id: I0982b0714f2f250df0db242d6300cb5f44d999bf
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/643956
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-24 13:24:35 +01:00
parent 5f93d99439
commit 259e665f26

View File

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