We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fa50e commit 059534dCopy full SHA for 059534d
internal/version/version.go
@@ -53,7 +53,7 @@ const (
53
Major = 1
54
Minor = 36
55
Patch = 10
56
- PreRelease = ""
+ PreRelease = "devel"
57
)
58
59
// String formats the version string for this module in semver format.
0 commit comments