From 22a11b1e758fac8c051f5fa2f6b4992308634ce0 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 30 Nov 2018 10:02:39 +0100 Subject: [PATCH] Bump version # --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 83dc01c..ac9798a 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0rc2" +declare -r VERSION="3.0rc3" declare -r SWCONTACT="dirk aet testssl dot sh" egrep -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||