From 1814f7b89234f59fa95792dea4124473c53c16df Mon Sep 17 00:00:00 2001 From: Claudio Fahey Date: Wed, 24 Nov 2021 19:09:44 +0000 Subject: [PATCH] Update version to 0.2.12 --- scripts/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"}"