From 884319948e18696e6199cc4ec4956d608758d643 Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 7 Sep 2022 10:49:19 +0200 Subject: [PATCH] Bump version --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 482366fab..7fb9b7aa1 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0.7" +declare -r VERSION="3.0.8" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||