Skip to content

Commit 60a9642

Browse files
authored
update readme, version bump (#22)
1 parent bb2073a commit 60a9642

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.0.9 (April 4, 2024)
2+
* Fixes issue with help command shorthand flag `-h`. [#20] thanks @Masamerc
3+
14
## v0.0.8 (December 23, 2023)
25
* Added autocomplete script to install.
36

src/cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"github.com/spf13/cobra"
66
)
77

8-
var version string = "v0.0.8"
8+
var version string = "v0.0.9"
99

1010
var versionCmd = &cobra.Command{
1111
Use: "version",

0 commit comments

Comments
 (0)