Bump version to 9

This commit is contained in:
Julian Müller 2022-06-24 18:40:53 +02:00
parent 31b2e395b4
commit a194e05743

View file

@ -2,5 +2,5 @@
export DJANGO_SK_ABS_FP="$(pwd)/config/secret_key.txt"
export STATIC_FILES="$(pwd)/static/"
export APP_VERSION="8"
export APP_VERSION="9"
export PYTHONPATH="$(pwd)/packages/"