all: release v1.36.3

Change-Id: Icf5049d5341b55c6e2660122e5abae77f571359c
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/642855
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Chressie Himpel <chressie@google.com>
This commit is contained in:
Michael Stapelberg 2025-01-15 12:57:38 +01:00
parent 7cbd915958
commit 54ef969ef0

View File

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