From 1504961a8e7ed34bcf6a7cf051c0259f2f17142f Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 16 Sep 2025 12:58:58 +0200 Subject: [PATCH] Bump version (3.2) --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 944916f..c274045 100755 --- a/testssl.sh +++ b/testssl.sh @@ -122,7 +122,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.2.1" +declare -r VERSION="3.2.2" declare -r SWCONTACT="dirk aet testssl dot sh" [[ "$VERSION" =~ dev|rc|beta ]] && \ SWURL="https://testssl.sh/dev/" ||