Skip to content

Commit b03064a

Browse files
committed
all: start v1.27.1-devel
Change-Id: Ifaeb330729a8d6f7fc403926db50d50e127859e9 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/331290 Trust: Joe Tsai <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent b92717e commit b03064a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const (
5454
Major = 1
5555
Minor = 27
5656
Patch = 1
57-
PreRelease = ""
57+
PreRelease = "devel"
5858
)
5959

6060
// String formats the version string for this module in semver format.

0 commit comments

Comments
 (0)