Bumped version to 15 #24

This commit is contained in:
Julian Müller (ChaoticByte) 2023-03-26 12:43:01 +02:00
parent 93f52adfd3
commit 03abfca2f8

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