all: start v1.28.1-devel

Change-Id: Ifa2563ae4661a99deaf015533d98413a38365797
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/419935
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
This commit is contained in:
Lasse Folger 2022-07-28 12:39:18 +02:00
parent 6875c3d724
commit 0f853484d7

View File

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