From c72053a9062dd4bc86a75c21f5d8134136ccbf2e Mon Sep 17 00:00:00 2001 From: Chressie Himpel Date: Thu, 14 Nov 2024 09:17:13 +0000 Subject: [PATCH] all: release v1.35.2 Change-Id: I3e159766c6776efc92e93fca6d7b247d1bd3ece0 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/627875 LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Stapelberg Auto-Submit: Michael Stapelberg --- internal/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index a7e0e23f8..62a52a40a 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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.