1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-04 12:51:56 +02:00

Merge pull request from drwetter/prepare4release

Bump version number
This commit is contained in:
Dirk Wetter
2023-10-10 10:29:03 +02:00
committed by GitHub

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