Skip to content

Commit 4a76e11

Browse files
lfolgergopherbot
authored andcommitted
all: release v1.34.1
Change-Id: Iab8603be47d41f7cc289482b30479c20dcb89986 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/583435 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Lasse Folger <lassefolger@google.com> Reviewed-by: Michael Stapelberg <stapelberg@google.com>
1 parent 9d9d8d3 commit 4a76e11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = 0
56-
PreRelease = "devel"
55+
Patch = 1
56+
PreRelease = ""
5757
)
5858

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

0 commit comments

Comments
 (0)