Bump version to 22

This commit is contained in:
ChaoticByte 2025-09-07 22:37:53 +02:00
parent 7fa405a957
commit ecae648899
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

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