Skip to content

Commit

Permalink
Update version to 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Fahey committed Nov 24, 2021
1 parent 569f32c commit 1814f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"}"

0 comments on commit 1814f7b

Please sign in to comment.