Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Jan 23, 2021
1 parent 07feb51 commit 5f88940
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.6. A minimalist certificate utility.
certmin, 0.5.7. 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.6. A minimalist certificate utility.
certmin, 0.5.7. 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.6"
version = "0.5.7"
website = "https://github.com/nxadm/certmin"
timeOut = 5 * time.Second
)
Expand Down

0 comments on commit 5f88940

Please sign in to comment.