Skip to content

Commit a67a020

Browse files
committed
Bump version 3.0.6
There might be 1-2 PRs before 3.0.6 is being released.
1 parent 5d49458 commit a67a020

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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 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.
52+
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.
5353

5454
#### Docker
5555

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)