Bump version 3.0.6

There might be 1-2 PRs before 3.0.6 is being released.
This commit is contained in:
Dirk 2021-07-31 14:12:15 +02:00
parent 5d4945819a
commit a67a0200c2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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