all: start v1.36.3-devel

Change-Id: Ic4aec2037f3460ac94d6caf11ece66dfbe4026c0
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/642856
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-15 12:58:23 +01:00
parent 54ef969ef0
commit 132f042b40

View File

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