Skip to content

Commit

Permalink
chore: version up to v0.0.3 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoriqq authored May 30, 2022
1 parent 95e5f43 commit 3ab26ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func init() {
rootCmd.AddCommand(versionCmd)
}

const version = "v0.0.2"
const version = "v0.0.3"

func versionRun(_ *cobra.Command, _ []string) error {
fmt.Println(version)
Expand Down

0 comments on commit 3ab26ee

Please sign in to comment.