Skip to content

Commit

Permalink
all: release v1.28.1
Browse files Browse the repository at this point in the history
Change-Id: I2987633792a1429079cfebdf4c03d5629e4a448a
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/419934
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
  • Loading branch information
lfolger committed Jul 28, 2022
1 parent 881da6e commit 6875c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/version/version.go
Expand Up @@ -52,8 +52,8 @@ import (
const (
Major = 1
Minor = 28
Patch = 0
PreRelease = "devel"
Patch = 1
PreRelease = ""
)

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

0 comments on commit 6875c3d

Please sign in to comment.