[2.3.0-alpha.14] Bump version

This commit is contained in:
Kenneth Geisshirt 2018-03-01 15:38:26 +01:00
parent 2f2c557cc1
commit 27349fc0b9

View File

@ -211,7 +211,7 @@ if [[ -z "$(command -v nvm)" ]]; then
set -e set -e
fi fi
if [[ "$(command -v nvm)" ]]; then if [[ "$(command -v nvm)" ]]; then
nvm install 7.10.0 nvm install 6.11.3
fi fi
# Remove cached packages # Remove cached packages