Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed May 4, 2021
1 parent 1f4c71c commit 4a81d47
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 @@ -271,7 +271,7 @@ func main() {
input := "stdin"

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

Expand Down

0 comments on commit 4a81d47

Please sign in to comment.