Skip to content

Commit 58d6425

Browse files
committed
all: start v1.36.6-devel
Change-Id: I2fe82be1a65ae45971d47078368f30d57097b648 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/660316 Reviewed-by: Chressie Himpel <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 3f79c52 commit 58d6425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const (
5353
Major = 1
5454
Minor = 36
5555
Patch = 6
56-
PreRelease = ""
56+
PreRelease = "devel"
5757
)
5858

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

0 commit comments

Comments
 (0)