From 710f9156600ddaa37e5ccf7297b25a49b450e913 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 12 Dec 2019 11:34:33 +0100 Subject: [PATCH] update version --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index aef32a4..76b48aa 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0rc5" +declare -r VERSION="3.0rc6" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||