We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2073a commit 60a9642Copy full SHA for 60a9642
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.0.9 (April 4, 2024)
2
+* Fixes issue with help command shorthand flag `-h`. [#20] thanks @Masamerc
3
+
4
## v0.0.8 (December 23, 2023)
5
* Added autocomplete script to install.
6
src/cmd/version.go
@@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
)
7
8
-var version string = "v0.0.8"
+var version string = "v0.0.9"
9
10
var versionCmd = &cobra.Command{
11
Use: "version",
0 commit comments