Skip to content

Commit c33baa8

Browse files
lfolgergopherbot
authored andcommitted
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>
1 parent 971c712 commit c33baa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ import (
5252
const (
5353
Major = 1
5454
Minor = 34
55-
Patch = 1
56-
PreRelease = "devel"
55+
Patch = 2
56+
PreRelease = ""
5757
)
5858

5959
// String formats the version string for this module in semver format.

0 commit comments

Comments
 (0)