diff --git a/scripts/env.sh b/scripts/env.sh index c2aa9201..3d4b4904 100755 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -11,5 +11,5 @@ export ENV_LOCAL_SCRIPT=$(dirname $0)/env-local.sh if [[ -f ${ENV_LOCAL_SCRIPT} ]]; then source ${ENV_LOCAL_SCRIPT} fi -export APP_VERSION=${APP_VERSION:-0.2.11} +export APP_VERSION=${APP_VERSION:-0.2.12} export GRADLE_OPTIONS="${GRADLE_OPTIONS:-"-Pversion=${APP_VERSION}"}"