all: release v1.34.2

Change-Id: Ifec2b077396ff0df78d04fcdcda737a2ca915892
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/591835
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:46:13 +02:00 committed by Gopher Robot
parent 971c7126c2
commit c33baa8f3a

View File

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