all: start v1.34.2-devel

Change-Id: I3558d1d94ba22ec7b8e5fa2a57d9b010fad05083
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/591836
Auto-Submit: Lasse Folger <lassefolger@google.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Lasse Folger 2024-06-11 08:51:21 +02:00 committed by Gopher Robot
parent c33baa8f3a
commit 61c6075d24

View File

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