Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alokmenghrajani committed Apr 5, 2016
1 parent 9671766 commit c66ef67
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 = "0.1.0"
app.Version = "1.0.1"
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 c66ef67

Please sign in to comment.