Skip to content

Commit 3f79c52

Browse files
committed
all: release v1.36.6
Change-Id: I243fc05412297e360b019555fd15176b8bc52ce6 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/660315 Reviewed-by: Chressie Himpel <chressie@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent a5da9b2 commit 3f79c52

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
@@ -52,8 +52,8 @@ import (
5252
const (
5353
Major = 1
5454
Minor = 36
55-
Patch = 5
56-
PreRelease = "devel"
55+
Patch = 6
56+
PreRelease = ""
5757
)
5858

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

0 commit comments

Comments
 (0)