Skip to content

Commit fa1359e

Browse files
committed
Tag version 1.1.1
1 parent 9973806 commit fa1359e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

certstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
func main() {
2929
app := cli.NewApp()
3030
app.Name = "certstrap"
31-
app.Version = "1.1.0"
31+
app.Version = "1.1.1"
3232
app.Usage = "A simple certificate manager written in Go, to bootstrap your own certificate authority and public key infrastructure."
3333
app.Flags = []cli.Flag{
3434
cli.StringFlag{

0 commit comments

Comments
 (0)