From 132f042b409fb597de2f09e2c611f4561ad2d4f6 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 15 Jan 2025 12:58:23 +0100 Subject: [PATCH] all: start v1.36.3-devel Change-Id: Ic4aec2037f3460ac94d6caf11ece66dfbe4026c0 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/642856 Reviewed-by: Chressie Himpel LUCI-TryBot-Result: Go LUCI --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index f5c06280f..9110034e5 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -53,7 +53,7 @@ const ( Major = 1 Minor = 36 Patch = 3 - PreRelease = "" + PreRelease = "devel" ) // String formats the version string for this module in semver format.