bump version

This commit is contained in:
Ari Lazier 2016-05-09 15:35:36 -07:00
parent a960d88893
commit 919d8f7da5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
set -o pipefail
: ${REALM_CORE_VERSION:=0.100.1} # set to "current" to always use the current build
: ${REALM_CORE_VERSION:=0.100.2} # set to "current" to always use the current build
# Start current working directory at the root of the project.
cd "$(dirname "$0")/.."