From ca89328ed4bf7c1789ef71de2518dac2d5bd131a Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 20 Nov 2020 11:09:17 +0100 Subject: [PATCH] Change version number To avoid clashes with distributors it may be is smarter to stick to three numbers and not intoducing another digit. 3.0.4 <-- 3.0.3.1 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index b6aec65..9303edb 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0.3.1" +declare -r VERSION="3.0.4" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||