From b5427e3006d0bdb39e3c25e681a90736241710d2 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 8 Sep 2024 16:32:19 +0200 Subject: [PATCH] Bump version to 3.2rc4 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 4068440..cf02a8f 100755 --- a/testssl.sh +++ b/testssl.sh @@ -122,7 +122,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.2rc3" +declare -r VERSION="3.2rc4" declare -r SWCONTACT="dirk aet testssl dot sh" [[ "$VERSION" =~ dev|rc|beta ]] && \ SWURL="https://testssl.sh/dev/" ||