Skip to content

Commit

Permalink
all: release v1.27.1
Browse files Browse the repository at this point in the history
Change-Id: I9acc84df59805ba789ef42ee2dc43e14ce56818b
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/331289
Trust: Joe Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
dsnet committed Jun 28, 2021
1 parent 177d70e commit b92717e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Expand Up @@ -53,8 +53,8 @@ import (
const (
Major = 1
Minor = 27
Patch = 0
PreRelease = "devel"
Patch = 1
PreRelease = ""
)

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

0 comments on commit b92717e

Please sign in to comment.