From 9999120ba6591d60898e8474291405ee0b8a96fd Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Fri, 18 Mar 2016 17:44:02 -0700 Subject: [PATCH] Use core 0.97.1 --- 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 9f520f6b..c44739dc 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.0} # set to "current" to always use the current build +: ${REALM_CORE_VERSION:=0.97.1} # set to "current" to always use the current build # Start current working directory at the root of the project. cd "$(dirname "$0")/.."