Skip to content

Commit

Permalink
all: release v1.36.0
Browse files Browse the repository at this point in the history
Change-Id: Ic27ded92dbbe7fad73c04e5dcc4ab16ab1fe40fd
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/636675
Reviewed-by: Chressie Himpel <chressie@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
stapelberg committed Dec 16, 2024
1 parent 4cf3399 commit 3b78ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 35
Patch = 2
PreRelease = "devel"
Minor = 36
Patch = 0
PreRelease = ""
)

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

0 comments on commit 3b78ca8

Please sign in to comment.