Skip to content

Commit c1210e9

Browse files
authored
Merge pull request #1948 from drwetter/bump_version_3.0.6
Bump version to 3.0.6
2 parents b681471 + 1732e9c commit c1210e9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ You can download testssl.sh by cloning this git repository:
4949

5050
git clone --depth 1 https://github.com/drwetter/testssl.sh.git --branch 3.0
5151

52-
For the stable version help yourself by downloading the [ZIP](https://codeload.github.com/drwetter/testssl.sh/zip/3.0.5) or the latest 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.
52+
53+
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.
5354

5455
#### Docker
5556

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ trap "child_error" USR1
117117

118118
########### Internal definitions
119119
#
120-
declare -r VERSION="3.0.5"
120+
declare -r VERSION="3.0.6"
121121
declare -r SWCONTACT="dirk aet testssl dot sh"
122122
grep -E -q "dev|rc|beta" <<< "$VERSION" && \
123123
SWURL="https://testssl.sh/dev/" ||

0 commit comments

Comments
 (0)