We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9973806 commit fa1359eCopy full SHA for fa1359e
1 file changed
certstrap.go
@@ -28,7 +28,7 @@ import (
28
func main() {
29
app := cli.NewApp()
30
app.Name = "certstrap"
31
- app.Version = "1.1.0"
+ app.Version = "1.1.1"
32
app.Usage = "A simple certificate manager written in Go, to bootstrap your own certificate authority and public key infrastructure."
33
app.Flags = []cli.Flag{
34
cli.StringFlag{
0 commit comments