Skip to content

Commit

Permalink
set version 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Mar 5, 2024
1 parent 50dcb22 commit 0973277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (c *Command) Check() error {
NotEnoughArgs: "❌ Not enough arguments",
OutputFileNeeded: "❌ Output file argument is needed",
WrongOption: "❌ Wrong options",
Version: "v0.2.12",
Version: "v0.2.13",
}

help := flag.Bool("h", false, "show the help")
Expand Down

0 comments on commit 0973277

Please sign in to comment.