We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f79c52 commit 58d6425Copy full SHA for 58d6425
internal/version/version.go
@@ -53,7 +53,7 @@ const (
53
Major = 1
54
Minor = 36
55
Patch = 6
56
- PreRelease = ""
+ PreRelease = "devel"
57
)
58
59
// String formats the version string for this module in semver format.
0 commit comments