Bumped version to 20

This commit is contained in:
Julian Müller (ChaoticByte) 2023-11-01 19:32:59 +01:00
parent 6b5740c617
commit b48a1c1888

View file

@ -11,6 +11,6 @@ chmod -c -R g-w,o-rwx .gitignore
export PYTHONPATH="$basedir"
export DJANGO_SETTINGS_MODULE="project.settings"
export APP_VERSION="19"
export APP_VERSION="20"
exec ./scripts/_bootstrap.py "$@"