all: release v1.26.0-rc.1

Change-Id: I849df1819bf980fea006516beba4a551696e3811
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/302750
Trust: Joe Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
Joe Tsai 2021-03-17 14:59:36 -07:00 committed by Joe Tsai
parent b7197c14de
commit 1c57cacb03

View File

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