Better version naming

bugfix releases for 3.0 are    3.0.x instead of 3.0-1
This commit is contained in:
Dirk Wetter 2020-04-15 12:35:51 +02:00
parent 27948d80a8
commit af86cce011

View File

@ -117,7 +117,7 @@ trap "child_error" USR1
########### Internal definitions
#
declare -r VERSION="3.0-1"
declare -r VERSION="3.0.1"
declare -r SWCONTACT="dirk aet testssl dot sh"
grep -E -q "dev|rc|beta" <<< "$VERSION" && \
SWURL="https://testssl.sh/dev/" ||