Skip to content

Commit

Permalink
fix(version): fix cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthebest committed Jul 20, 2021
1 parent 931cb37 commit 790f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var rootCmd = &cobra.Command{
// Uncomment the following line if your bare application
// has an action associated with it:
// Run: func(cmd *cobra.Command, args []string) { },
Version: "0.0.5",
Version: "0.0.7",
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down

0 comments on commit 790f63d

Please sign in to comment.