mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-26 21:24:22 +00:00
all: release v1.36.1
Change-Id: I551d270a4c0010bcdc87056715a1c38271ca2f5c Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/637937 Reviewed-by: Chressie Himpel <chressie@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
575aebf635
commit
7fc5ff4e14
@ -52,8 +52,8 @@ import (
|
||||
const (
|
||||
Major = 1
|
||||
Minor = 36
|
||||
Patch = 0
|
||||
PreRelease = "devel"
|
||||
Patch = 1
|
||||
PreRelease = ""
|
||||
)
|
||||
|
||||
// String formats the version string for this module in semver format.
|
||||
|
Loading…
Reference in New Issue
Block a user