Merge pull request #2247 from drwetter/bump_version_rc

Bump rc version
This commit is contained in:
Dirk Wetter 2022-09-28 17:17:52 +02:00 committed by GitHub
commit c487f911aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ trap "child_error" USR1
########### Internal definitions
#
declare -r VERSION="3.2rc1"
declare -r VERSION="3.2rc2"
declare -r SWCONTACT="dirk aet testssl dot sh"
[[ "$VERSION" =~ dev|rc|beta ]] && \
SWURL="https://testssl.sh/dev/" ||