Skip to content

Commit 059534d

Browse files
committed
all: start v1.36.10-devel
Change-Id: Ie70fb0a3632cdaa77dfd7427c5ea2684b8217512 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/708557 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Chressie Himpel <chressie@google.com>
1 parent f9fa50e commit 059534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const (
5353
Major = 1
5454
Minor = 36
5555
Patch = 10
56-
PreRelease = ""
56+
PreRelease = "devel"
5757
)
5858

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

0 commit comments

Comments
 (0)