all: start v1.36.4-devel

Change-Id: I1dab6caf66b989075199944ce8d07fe8e5e4573a
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/643957
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-24 13:25:13 +01:00
parent 259e665f26
commit 89b5638ae9

View File

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