all: start v1.34.0-devel

Change-Id: Ib41a14bceb14155e4c50c6eabbfab98eb771c002
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/582456
Auto-Submit: Lasse Folger <lassefolger@google.com>
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:
Lasse Folger 2024-04-30 09:32:03 +02:00 committed by Gopher Robot
parent 242df22753
commit 2939520f4a

View File

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