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