Skip to content

Commit

Permalink
Tag version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Aug 1, 2017
1 parent 0e00d5c commit 25e0caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "certstrap"
app.Version = "1.0.1"
app.Version = "1.1.0"
app.Usage = "A simple certificate manager written in Go, to bootstrap your own certificate authority and public key infrastructure."
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 25e0caa

Please sign in to comment.