Bumped version to 19

This commit is contained in:
Julian Müller (ChaoticByte) 2023-11-01 19:21:34 +01:00
parent e4acc5c101
commit 4958a56f8d

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="17"
export APP_VERSION="19"
exec ./scripts/_bootstrap.py "$@"