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