Skip to content

Commit 3f51f05

Browse files
committed
all: release v1.27.0
Change-Id: Id3587f2020fa58a41574e5f2669c9e50568f06e2 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/330870 Trust: Joe Tsai <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent dc57387 commit 3f51f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ import (
5252
// 10. Send out the CL for review and submit it.
5353
const (
5454
Major = 1
55-
Minor = 26
55+
Minor = 27
5656
Patch = 0
57-
PreRelease = "devel"
57+
PreRelease = ""
5858
)
5959

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

0 commit comments

Comments
 (0)