diff --git a/scripts/runAcceptanceTests.sh b/scripts/runAcceptanceTests.sh index 8e50921..9d68045 100755 --- a/scripts/runAcceptanceTests.sh +++ b/scripts/runAcceptanceTests.sh @@ -21,7 +21,7 @@ function cloudVersion() { CURRENT_BOOT_VERSION="${CURRENT_BOOT_VERSION:-}" CURRENT_CLOUD_VERSION="${CURRENT_CLOUD_VERSION:-}" #[[ -z "${CURRENT_BOOT_VERSION}" ]] && CURRENT_BOOT_VERSION="$( bootVersion "2.4" )" -CURRENT_BOOT_VERSION="2.4.0-RC1" +CURRENT_BOOT_VERSION="2.4.2-SNAPSHOT" [[ -z "${CURRENT_CLOUD_VERSION}" ]] && CURRENT_CLOUD_VERSION="$( cloudVersion "2020.0.0" )" function build() {