commit | cb2db43da02167a3875d30110b9d19921b7e84fa | [log] [tgz] |
---|---|---|
author | Michael Stapelberg <stapelberg@golang.org> | Tue Sep 09 09:22:22 2025 +0200 |
committer | Michael Stapelberg <stapelberg@golang.org> | Tue Sep 09 03:13:01 2025 -0700 |
tree | b248ab8ddf629d89aa0dcaf95cf03224660828d1 | |
parent | 105a57b18690a57a2f40bff40cebfdb5fea1c9a1 [diff] |
all: release v1.36.9 Change-Id: I815c693cf5fe6265193a522335ab81219065d613 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/701876 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Florian Zenker <floriank@google.com>
diff --git a/internal/version/version.go b/internal/version/version.go index f6b3cdc..31e79a6 100644 --- a/internal/version/version.go +++ b/internal/version/version.go
@@ -52,8 +52,8 @@ const ( Major = 1 Minor = 36 - Patch = 8 - PreRelease = "devel" + Patch = 9 + PreRelease = "" ) // String formats the version string for this module in semver format.