Skip to content

Commit

Permalink
all: release v1.35.1
Browse files Browse the repository at this point in the history
Change-Id: Ia6b809a10e6d4f59a87b88268952347b5e24f573
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/618197
Reviewed-by: Lasse Folger <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
stapelberg committed Oct 7, 2024
1 parent 94e26c9 commit 158d2b3
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 = 35
Patch = 0
PreRelease = "devel"
Patch = 1
PreRelease = ""
)

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

0 comments on commit 158d2b3

Please sign in to comment.