We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18a1264 + c600b2c commit a9fc8a1Copy full SHA for a9fc8a1
testssl.sh
@@ -122,10 +122,10 @@ trap "child_error" USR1
122
123
########### Internal definitions
124
#
125
-declare -r VERSION="3.3dev"
+declare -r VERSION="3.3-snapshot-2602"
126
# shellcheck disable=SC2034
127
declare -r SWCONTACT="dirk aet testssl dot sh"
128
-[[ "$VERSION" =~ dev|rc|beta ]] && \
+[[ "$VERSION" =~ dev|rc|beta|snapshot ]] && \
129
SWURL="https://testssl.sh/dev/" ||
130
SWURL="https://testssl.sh/"
131
if git rev-parse --is-inside-work-tree &>/dev/null; then
0 commit comments