all: release v1.25.0

Change-Id: I1f2ad6da83ea488c814ad10d6890d188ab6c2a27
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/239377
Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
Joe Tsai 2020-06-22 12:57:40 -07:00 committed by Joe Tsai
parent 95ba8ac240
commit 3f7a61f89b

View File

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