From 1e3c726af7b3cb347e686984f1a27668efea70ad Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 12 Jul 2026 17:12:16 +0200 Subject: [PATCH] Bump version --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index eab9719..98c0eaf 100755 --- a/testssl.sh +++ b/testssl.sh @@ -122,7 +122,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.2.3" +declare -r VERSION="3.2.4" declare -r SWCONTACT="dirk aet testssl dot sh" [[ "$VERSION" =~ dev|rc|beta ]] && \ SWURL="https://testssl.sh/dev/" ||