mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-02-22 21:03:30 +01:00
Prepare for a snapshot release
- "3.3" still signals it's not oldstable - "snapshot-YYMM" speaks for itself
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user