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/" ||