Use core 0.97.1

This commit is contained in:
Ari Lazier 2016-03-18 17:44:02 -07:00
parent b2e4d93732
commit 9999120ba6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e set -e
set -o pipefail 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. # Start current working directory at the root of the project.
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."