From 5ba95db0b09f2a2c57529bcabee19cf734119c4a Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 25 Apr 2019 09:21:23 +0200 Subject: [PATCH] Bump version number to 3.0rc5 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 05d843e..6e5162b 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0rc4" +declare -r VERSION="3.0rc5" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||