1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-31 04:17:05 +02:00

trailing zero sounds better / is more distinguishable

This commit is contained in:
Dirk 2025-04-22 12:47:48 +02:00
parent 295a68e7ab
commit b4cdc37f9e

@ -122,7 +122,7 @@ trap "child_error" USR1
########### Internal definitions
#
declare -r VERSION="3.2"
declare -r VERSION="3.2.0"
declare -r SWCONTACT="dirk aet testssl dot sh"
[[ "$VERSION" =~ dev|rc|beta ]] && \
SWURL="https://testssl.sh/dev/" ||