Skip to content

Commit

Permalink
all: release v1.35.2
Browse files Browse the repository at this point in the history
Change-Id: I3e159766c6776efc92e93fca6d7b247d1bd3ece0
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/627875
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
Auto-Submit: Michael Stapelberg <stapelberg@google.com>
  • Loading branch information
chressie authored and gopherbot committed Nov 14, 2024
1 parent b985635 commit c72053a
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 = 1
PreRelease = "devel"
Patch = 2
PreRelease = ""
)

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

0 comments on commit c72053a

Please sign in to comment.