update to proper core version

This commit is contained in:
Ari Lazier 2016-02-01 10:46:46 -08:00
parent e5ee6d8e9c
commit af50a6c255

View File

@ -3,7 +3,7 @@
set -e
set -o pipefail
: ${REALM_CORE_VERSION:=0.95.5} # set to "current" to always use the current build
: ${REALM_CORE_VERSION:=0.95.6} # set to "current" to always use the current build
echo "Downloading dependency: core ${REALM_CORE_VERSION}"