From 047c414e59406ef0d0adf3651f5269936ca01278 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Thu, 5 May 2016 13:15:28 -0700 Subject: [PATCH] update download core script --- scripts/download-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download-core.sh b/scripts/download-core.sh index 9ae77c7c..a79c2613 100755 --- a/scripts/download-core.sh +++ b/scripts/download-core.sh @@ -3,7 +3,7 @@ set -e set -o pipefail -: ${REALM_CORE_VERSION:=0.97.1} # set to "current" to always use the current build +: ${REALM_CORE_VERSION:=0.100.1} # set to "current" to always use the current build # Start current working directory at the root of the project. cd "$(dirname "$0")/.."