mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
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:
parent
e344383da6
commit
f221882bfb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user