Use core 0.97.1
This commit is contained in:
parent
b2e4d93732
commit
9999120ba6
|
@ -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")/.."
|
||||
|
|
Loading…
Reference in New Issue