From a67a0200c2f26eb706da72d2efd2fae521b77b71 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 31 Jul 2021 14:12:15 +0200 Subject: [PATCH] Bump version 3.0.6 There might be 1-2 PRs before 3.0.6 is being released. --- Readme.md | 2 +- testssl.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a25c5ae..a8cdd2a 100644 --- a/Readme.md +++ b/Readme.md @@ -49,7 +49,7 @@ You can download testssl.sh by cloning this git repository: git clone --depth 1 https://github.com/drwetter/testssl.sh.git --branch 3.0 -For the stable version help yourself by downloading the [ZIP](https://codeload.github.com/drwetter/testssl.sh/zip/3.0.5) or the lastest testssl-3.0.X.tar.gz from [https://testssl.sh](https://testssl.sh/) archive. Just ``cd`` to the directory created (=INSTALLDIR) and run it off there. +For the stable version help yourself by downloading the [ZIP](https://codeload.github.com/drwetter/testssl.sh/zip/3.0.6) or the lastest testssl-3.0.X.tar.gz from [https://testssl.sh](https://testssl.sh/) archive. Just ``cd`` to the directory created (=INSTALLDIR) and run it off there. #### Docker diff --git a/testssl.sh b/testssl.sh index 13fe49d..fee2590 100755 --- a/testssl.sh +++ b/testssl.sh @@ -117,7 +117,7 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.0.5" +declare -r VERSION="3.0.6" declare -r SWCONTACT="dirk aet testssl dot sh" grep -E -q "dev|rc|beta" <<< "$VERSION" && \ SWURL="https://testssl.sh/dev/" ||