From 40f7e15f262911bbceaa8c2db11701e1409c9d36 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Mon, 18 Feb 2019 20:33:08 +0100 Subject: [PATCH] Bump RC version # --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index e98c134..49ac8de 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0rc3" +declare -r VERSION="3.0rc4" declare -r SWCONTACT="dirk aet testssl dot sh" egrep -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||