Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Jun 22, 2016
1 parent 8997616 commit beac5ca
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 @@ -75,7 +75,7 @@ type certWithAlias struct {
}

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

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

0 comments on commit beac5ca

Please sign in to comment.