Skip to content

Commit

Permalink
bump cmd version
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Jan 27, 2021
1 parent 1066358 commit 6579e42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ that consumes many of the functionalities of the library:

```
$ ./certmin
certmin, 0.5.9. A minimalist certificate utility.
certmin, 0.5.11. A minimalist certificate utility.
See https://github.com/nxadm/certmin for more information.
Usage:
Expand Down
2 changes: 1 addition & 1 deletion cmd/certmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ go get github.com/nxadm/certmin/cmd/certmin

```
$ ./certmin
certmin, 0.5.9. A minimalist certificate utility.
certmin, 0.5.11. A minimalist certificate utility.
See https://github.com/nxadm/certmin for more information.
Usage:
Expand Down
2 changes: 1 addition & 1 deletion cmd/certmin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
version = "0.5.9"
version = "0.5.11"
website = "https://github.com/nxadm/certmin"
timeOut = 5 * time.Second
)
Expand Down

0 comments on commit 6579e42

Please sign in to comment.