Skip to content

Commit

Permalink
all: release v1.33.0
Browse files Browse the repository at this point in the history
Change-Id: Idcadb6ae9ae24489ce613c0783ae2a8aeddffa17
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/569357
TryBot-Bypass: Damien Neil <dneil@google.com>
Commit-Queue: Damien Neil <dneil@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
  • Loading branch information
neild committed Mar 5, 2024
1 parent f01a588 commit ec47fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = 32
Minor = 33
Patch = 0
PreRelease = "devel"
PreRelease = ""
)

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

0 comments on commit ec47fd1

Please sign in to comment.