Skip to content

Commit

Permalink
all: release v1.23.0
Browse files Browse the repository at this point in the history
Change-Id: Id8b69ecee5d7c5623b732bd14a8dde8da2c5084e
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/234077
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
dsnet committed May 14, 2020
1 parent 2d80e9b commit d165be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 22
Minor = 23
Patch = 0
PreRelease = "devel"
PreRelease = ""
)

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

0 comments on commit d165be3

Please sign in to comment.