Skip to content

Commit ec47fd1

Browse files
committed
all: release v1.33.0
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>
1 parent f01a588 commit ec47fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ import (
5151
// 10. Send out the CL for review and submit it.
5252
const (
5353
Major = 1
54-
Minor = 32
54+
Minor = 33
5555
Patch = 0
56-
PreRelease = "devel"
56+
PreRelease = ""
5757
)
5858

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

0 commit comments

Comments
 (0)