Skip to content

Commit

Permalink
all: release v1.30.0
Browse files Browse the repository at this point in the history
Change-Id: I065812c6b762f58d5c9d76689b81dea1e7082e2a
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/476835
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
  • Loading branch information
lfolger committed Mar 16, 2023
1 parent e344383 commit f221882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/version/version.go
Expand Up @@ -51,9 +51,9 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 29
Patch = 1
PreRelease = "devel"
Minor = 30
Patch = 0
PreRelease = ""
)

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

0 comments on commit f221882

Please sign in to comment.