File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ that consumes many of the functionalities of the library:
18
18
19
19
```
20
20
$ ./certmin
21
- certmin, 0.5.6 . A minimalist certificate utility.
21
+ certmin, 0.5.7 . A minimalist certificate utility.
22
22
See https://github.com/nxadm/certmin for more information.
23
23
24
24
Usage:
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ go get github.com/nxadm/certmin/cmd/certmin
30
30
31
31
```
32
32
$ ./certmin
33
- certmin, 0.5.6 . A minimalist certificate utility.
33
+ certmin, 0.5.7 . A minimalist certificate utility.
34
34
See https://github.com/nxadm/certmin for more information.
35
35
36
36
Usage:
Original file line number Diff line number Diff line change 9
9
)
10
10
11
11
const (
12
- version = "0.5.6 "
12
+ version = "0.5.7 "
13
13
website = "https://github.com/nxadm/certmin"
14
14
timeOut = 5 * time .Second
15
15
)
You can’t perform that action at this time.
0 commit comments