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

@ -2,6 +2,6 @@
<footer class="footer-container"> <footer class="footer-container">
<div class="flex flex-row flex-center flex-wrap footer"> <div class="flex flex-row flex-center flex-wrap footer">
<div>Version {{ app_version }}</div> <div>Version {{ app_version }}</div>
<div>Copyright (C) 2021-2024, Julian Müller (ChaoticByte)</div> <div>Copyright (C) 2021-2025, Julian Müller (ChaoticByte)</div>
</div> </div>
</footer> </footer>

View file

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