Skip to content

Commit

Permalink
update readme, version bump (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv authored Apr 4, 2024
1 parent bb2073a commit 60a9642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.0.9 (April 4, 2024)
* Fixes issue with help command shorthand flag `-h`. [#20] thanks @Masamerc

## v0.0.8 (December 23, 2023)
* Added autocomplete script to install.

Expand Down
2 changes: 1 addition & 1 deletion src/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
)

var version string = "v0.0.8"
var version string = "v0.0.9"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 60a9642

Please sign in to comment.