Skip to content

Commit

Permalink
Update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Sep 27, 2016
1 parent a89d3a3 commit 3e5957b
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 @@ -84,7 +84,7 @@ var fileExtToFormat = map[string]string{
}

func main() {
app.Version("1.3.0")
app.Version("1.4.0")

result := simpleResult{}
switch kingpin.MustParse(app.Parse(os.Args[1:])) {
Expand Down

0 comments on commit 3e5957b

Please sign in to comment.