Skip to content

Commit

Permalink
all: release v1.36.3
Browse files Browse the repository at this point in the history
Change-Id: Icf5049d5341b55c6e2660122e5abae77f571359c
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/642855
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Chressie Himpel <[email protected]>
  • Loading branch information
stapelberg committed Jan 15, 2025
1 parent 7cbd915 commit 54ef969
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 = 36
Patch = 2
PreRelease = "devel"
Patch = 3
PreRelease = ""
)

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

0 comments on commit 54ef969

Please sign in to comment.