all: release v1.30.0

Change-Id: I065812c6b762f58d5c9d76689b81dea1e7082e2a
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/476835
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
This commit is contained in:
Lasse Folger 2023-03-16 08:31:38 +01:00
parent e344383da6
commit f221882bfb

View File

@ -51,9 +51,9 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 29
Patch = 1
PreRelease = "devel"
Minor = 30
Patch = 0
PreRelease = ""
)
// String formats the version string for this module in semver format.