Skip to content

Commit 94e26c9

Browse files
committed
all: start v1.35.0-devel
Change-Id: I094b4192fa383ae40f0d3f11050a570fda07fc15 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/618196 Reviewed-by: Lasse Folger <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent ac98177 commit 94e26c9

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 = 35
5555
Patch = 0
56-
PreRelease = ""
56+
PreRelease = "devel"
5757
)
5858

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

0 commit comments

Comments
 (0)