Update to core 1.4.0

This commit is contained in:
Thomas Goyne 2016-07-18 14:55:38 -07:00
parent a4c8d745cf
commit 88b3be3e30

View File

@ -4,7 +4,7 @@ set -e
set -o pipefail
# Set to "latest" for the latest build.
: ${REALM_CORE_VERSION:=1.1.2}
: ${REALM_CORE_VERSION:=1.4.0}
if [ "$1" = '--version' ]; then
echo "$REALM_CORE_VERSION"