all: start v1.26.0-rc.1.devel

Change-Id: I46da1bbedc2a0e53de1b02b07c5d6b76a18e1894
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/302751
Trust: Joe Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
Joe Tsai 2021-03-17 15:00:26 -07:00
parent 1c57cacb03
commit bdf6e19f23

View File

@ -54,7 +54,7 @@ const (
Major = 1
Minor = 26
Patch = 0
PreRelease = "rc.1"
PreRelease = "rc.1.devel"
)
// String formats the version string for this module in semver format.