Skip to content

Commit 7e776d4

Browse files
committed
all: release v1.36.7
Change-Id: I5eb27252a147c357f1392a7e1006b15d4f2de866 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/693515 Reviewed-by: Lasse Folger <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 8e8926e commit 7e776d4

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 = 6
56-
PreRelease = "devel"
55+
Patch = 7
56+
PreRelease = ""
5757
)
5858

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

0 commit comments

Comments
 (0)