Skip to content

Commit

Permalink
fix verison bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv committed May 2, 2024
1 parent d497477 commit 897cd32
Showing 1 changed file with 1 addition and 1 deletion.
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.9"
var version string = "v0.1.0"

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

0 comments on commit 897cd32

Please sign in to comment.