From c6dce9d8b31e3f8bb3cd18ea11ba97a315045180 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 17 Feb 2022 09:10:41 +0100 Subject: [PATCH] Bump patch version number --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 77f0131..dc86cfd 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0.6" +declare -r VERSION="3.0.7" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||