Skip to content

Commit 49b6f72

Browse files
committed
all: start v1.27.0-devel
Change-Id: I7f2f94ed40c71582838fe6ffcb103b9e98a49d1c Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/330871 Trust: Joe Tsai <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent 3f51f05 commit 49b6f72

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 = 0
57-
PreRelease = ""
57+
PreRelease = "devel"
5858
)
5959

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

0 commit comments

Comments
 (0)