Skip to content

Commit 01f116f

Browse files
committed
Bump versions
1 parent f28ff38 commit 01f116f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/ca-gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DEF_VERBOSE=
2424

2525

2626
print_version() {
27-
echo "${NAME} v0.5"
27+
echo "${NAME} v0.6"
2828
}
2929
print_help() {
3030
echo "USAGE: ${NAME} -n CN [-kdcslouev] <keyfile> <crtfile>"

bin/cert-gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DEF_VERBOSE=
2828

2929

3030
print_version() {
31-
echo "${NAME} v0.5"
31+
echo "${NAME} v0.6"
3232
}
3333
print_help() {
3434
echo "USAGE: ${NAME} -n CN [-kdcsloueav] <ca-key> <ca-crt> <key> <csr> <crt>"

0 commit comments

Comments
 (0)