From c600b2cb385e4af3b5409b75765762b390b9edff Mon Sep 17 00:00:00 2001 From: Dirk Date: Thu, 12 Feb 2026 23:15:07 +0100 Subject: [PATCH] Prepare for a snapshot release - "3.3" still signals it's not oldstable - "snapshot-YYMM" speaks for itself --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 349cc08..b607590 100755 --- a/testssl.sh +++ b/testssl.sh @@ -122,10 +122,10 @@ trap "child_error" USR1 ########### Internal definitions # -declare -r VERSION="3.3dev" +declare -r VERSION="3.3-snapshot-2602" # shellcheck disable=SC2034 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/" if git rev-parse --is-inside-work-tree &>/dev/null; then