From ec7ef8aa3c5763e914b62951402866596399a127 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 9 Apr 2018 10:07:46 +0200 Subject: [PATCH] Bump patch version --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 564cc2a..1957f09 100755 --- a/testssl.sh +++ b/testssl.sh @@ -105,7 +105,7 @@ fi trap "cleanup" QUIT EXIT trap "child_error" USR1 -readonly VERSION="2.9.5" +readonly VERSION="2.9.5-4" readonly SWCONTACT="dirk aet testssl dot sh" egrep -q "dev|rc" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||