diff --git a/scripts/download-core.sh b/scripts/download-core.sh index a79c2613..92ca790d 100755 --- a/scripts/download-core.sh +++ b/scripts/download-core.sh @@ -3,7 +3,7 @@ set -e set -o pipefail -: ${REALM_CORE_VERSION:=0.100.1} # set to "current" to always use the current build +: ${REALM_CORE_VERSION:=0.100.2} # set to "current" to always use the current build # Start current working directory at the root of the project. cd "$(dirname "$0")/.."