Skip to content

Commit 0328e6f

Browse files
committed
all: start v1.36.9-devel
Change-Id: I6898e16ab6d6498bffa73484a3abd1fc2b49efe8 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/701877 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Florian Zenker <floriank@google.com>
1 parent cb2db43 commit 0328e6f

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

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

0 commit comments

Comments
 (0)