Skip to content

Commit

Permalink
Bump version to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelercj committed May 10, 2024
1 parent e12835d commit 767893e
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 @@ -48,7 +48,7 @@ func runFunc(cmd *cobra.Command, args []string) {
// rootCmd represents the base command when called without any subcommands.
var rootCmd = &cobra.Command{
Use: "email-linter",
Version: "v0.0.5",
Version: "v0.0.6",
Run: runFunc,
Short: "Easily find spam and phishing emails received at disposable email addresses.",
}
Expand Down

0 comments on commit 767893e

Please sign in to comment.