Merge pull request #2989 from testssl/3.3snap1

Prepare for a snapshot release
This commit is contained in:
Dirk Wetter
2026-02-13 08:36:20 +01:00
committed by GitHub

View File

@@ -122,10 +122,10 @@ trap "child_error" USR1
########### Internal definitions ########### Internal definitions
# #
declare -r VERSION="3.3dev" declare -r VERSION="3.3-snapshot-2602"
# shellcheck disable=SC2034 # shellcheck disable=SC2034
declare -r SWCONTACT="dirk aet testssl dot sh" declare -r SWCONTACT="dirk aet testssl dot sh"
[[ "$VERSION" =~ dev|rc|beta ]] && \ [[ "$VERSION" =~ dev|rc|beta|snapshot ]] && \
SWURL="https://testssl.sh/dev/" || SWURL="https://testssl.sh/dev/" ||
SWURL="https://testssl.sh/" SWURL="https://testssl.sh/"
if git rev-parse --is-inside-work-tree &>/dev/null; then if git rev-parse --is-inside-work-tree &>/dev/null; then