Skip to content

Commit ca89328

Browse files
committed
Change version number
To avoid clashes with distributors it may be is smarter to stick to three numbers and not intoducing another digit. 3.0.4 <-- 3.0.3.1
1 parent e441357 commit ca89328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3.1"
120+
declare -r VERSION="3.0.4"
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)