Skip to content

Commit

Permalink
all: release v1.29.1
Browse files Browse the repository at this point in the history
Change-Id: Ib054f406292d9f2f37e9225d7dd81c65511f43af
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/475876
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
  • Loading branch information
lfolger committed Mar 14, 2023
1 parent edaf511 commit 771d8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Expand Up @@ -52,8 +52,8 @@ import (
const (
Major = 1
Minor = 29
Patch = 0
PreRelease = "devel"
Patch = 1
PreRelease = ""
)

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

0 comments on commit 771d8c7

Please sign in to comment.