From 2fb137dfcf39b557aa44629dca4fc41c37b590ab Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 9 Oct 2018 12:36:15 +0200 Subject: [PATCH] Bump version no of rc --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 647bbe69..d359d4eb 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0rc1" +declare -r VERSION="3.0rc2" declare -r SWCONTACT="dirk aet testssl dot sh" egrep -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||