diff --git a/command/command.go b/command/command.go index 39e7f57..1714627 100644 --- a/command/command.go +++ b/command/command.go @@ -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.10", + Version: "v0.2.11", } help := flag.Bool("h", false, "show the help")