Skip to content

Commit

Permalink
all: release v1.34.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lfolger authored and gopherbot committed May 6, 2024
1 parent 9d9d8d3 commit 4a76e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ import (
const (
Major = 1
Minor = 34
Patch = 0
PreRelease = "devel"
Patch = 1
PreRelease = ""
)

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

0 comments on commit 4a76e11

Please sign in to comment.