all: start v1.32.0-devel

Change-Id: I8533c876a60538f6bf81531dfbec0f4d61c6d78e
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/552416
Reviewed-by: Christian Höppner <hoeppi@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Michael Stapelberg 2023-12-22 09:35:33 +01:00
parent 3068604084
commit 9f73929456

View File

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