all: start v1.36.1-devel

Change-Id: I7c57fd7034f1a55e25fb0e5654c0e9fcde14d4c4
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/637938
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 2024-12-23 13:40:15 +01:00
parent 7fc5ff4e14
commit c0c814fc1b

View File

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