From 11b4f67d7e7ce8896752a4296a8baea7f771cc16 Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 20 Sep 2017 07:11:11 +0200 Subject: [PATCH] version number --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 18add1f..a8fc0b0 100755 --- a/testssl.sh +++ b/testssl.sh @@ -104,7 +104,7 @@ fi trap "cleanup" QUIT EXIT trap "child_error" USR1 -readonly VERSION="2.9dev" +readonly VERSION="2.9.5" readonly SWCONTACT="dirk aet testssl dot sh" egrep -q "dev|rc" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||