From 77a2d891cf20a5387d365e06f0f556b6c1166398 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 28 Sep 2022 09:21:25 +0200 Subject: [PATCH] Bump rc version ... so that distributors feel more encouraged to switch to this version and drop 3.0.x --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 00caa20..083280e 100755 --- a/testssl.sh +++ b/testssl.sh @@ -122,7 +122,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.2rc1" +declare -r VERSION="3.2rc2" declare -r SWCONTACT="dirk aet testssl dot sh" [[ "$VERSION" =~ dev|rc|beta ]] && \ SWURL="https://testssl.sh/dev/" ||