Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Jun 30, 2016
1 parent c6c7dac commit 5924aa7
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 @@ -72,7 +72,7 @@ var fileExtToFormat = map[string]string{
}

func main() {
app.Version("1.1.0")
app.Version("1.2.0")

switch kingpin.MustParse(app.Parse(os.Args[1:])) {
case dump.FullCommand(): // Dump certificate
Expand Down

0 comments on commit 5924aa7

Please sign in to comment.