We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaf511 commit 095a62bCopy full SHA for 095a62b
1 file changed
internal/version/version.go
@@ -52,8 +52,8 @@ import (
52
const (
53
Major = 1
54
Minor = 29
55
- Patch = 0
56
- PreRelease = "devel"
+ Patch = 1
+ PreRelease = ""
57
)
58
59
// String formats the version string for this module in semver format.
0 commit comments