Skip to content

Commit a9fc8a1

Browse files
authored
Merge pull request #2989 from testssl/3.3snap1
Prepare for a snapshot release
2 parents 18a1264 + c600b2c commit a9fc8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ trap "child_error" USR1
122122

123123
########### Internal definitions
124124
#
125-
declare -r VERSION="3.3dev"
125+
declare -r VERSION="3.3-snapshot-2602"
126126
# shellcheck disable=SC2034
127127
declare -r SWCONTACT="dirk aet testssl dot sh"
128-
[[ "$VERSION" =~ dev|rc|beta ]] && \
128+
[[ "$VERSION" =~ dev|rc|beta|snapshot ]] && \
129129
SWURL="https://testssl.sh/dev/" ||
130130
SWURL="https://testssl.sh/"
131131
if git rev-parse --is-inside-work-tree &>/dev/null; then

0 commit comments

Comments
 (0)