From 3b78ca86bdbb47b135364f251bde7db55fc7130d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 16 Dec 2024 17:11:55 +0100 Subject: [PATCH] all: release v1.36.0 Change-Id: Ic27ded92dbbe7fad73c04e5dcc4ab16ab1fe40fd Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/636675 Reviewed-by: Chressie Himpel LUCI-TryBot-Result: Go LUCI --- internal/version/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index 3eac180a..e27eaefc 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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.