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

corrected version

This commit is contained in:
Dirk 2016-09-27 23:32:24 +02:00
parent aab0487a96
commit e1f9209c23

@ -83,7 +83,7 @@ readonly PS4='${LINENO}> ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
# make sure that temporary files are cleaned up after use in ANY case
trap "cleanup" QUIT EXIT
readonly VERSION="2.8rc2"
readonly VERSION="2.9dev"
readonly SWCONTACT="dirk aet testssl dot sh"
egrep -q "dev|rc" <<< "$VERSION" && \
SWURL="https://testssl.sh/dev/" ||