all: start v1.26.0-devel

Change-Id: I544bd53c41794d5da2d381d3b182293a465f3c4b
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/302753
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:16:57 -07:00
parent f2d1f6cbe1
commit f821cae922

View File

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