From ee11ea408e1f98bab1c214e798feb2a5dab2a642 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 13 Jan 2020 23:27:00 +0100 Subject: [PATCH] bump version to final --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index fc611100b..02fdd8388 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0rc6" +declare -r VERSION="3.0" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||