From af86cce011a4a1e62566c3a57049897b4062cb9e Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 15 Apr 2020 12:35:51 +0200 Subject: [PATCH] Better version naming bugfix releases for 3.0 are 3.0.x instead of 3.0-1 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 87a9e3d..7836849 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0-1" +declare -r VERSION="3.0.1" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||