Skip to content

Commit 54ef969

Browse files
committed
all: release v1.36.3
Change-Id: Icf5049d5341b55c6e2660122e5abae77f571359c Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/642855 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Chressie Himpel <[email protected]>
1 parent 7cbd915 commit 54ef969

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

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

0 commit comments

Comments
 (0)