Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Nov 26, 2021
1 parent 9f0e8a3 commit faa1f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func main() {
var input string

flaggy.DefaultParser.Name = "imgcat"
flaggy.DefaultParser.Version = "1.0.11"
flaggy.DefaultParser.Version = "1.0.12"
flaggy.AddPositionalValue(&input, "input", 1, false, "The input image.")
flaggy.Parse()

Expand Down

0 comments on commit faa1f6a

Please sign in to comment.