From b3ec7653bad837c4c6369305f5058cc08a47ba7a Mon Sep 17 00:00:00 2001 From: Pablo Tesone Date: Mon, 6 Sep 2021 13:46:16 +0200 Subject: [PATCH] Changing to Pharo90 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 7205549..f9bc48b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -29,7 +29,7 @@ function get_platform_identifier() { # Set magic variables for current file & dir __dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" __builddir="$(pwd)/build" -PHARO_VERSION="${PHARO_VERSION:-70}" +PHARO_VERSION="${PHARO_VERSION:-90}" PHARO="./pharo Pharo.image" rm -rf "${__builddir}" && mkdir -p "${__builddir}" && cd "${__builddir}"