Bump version to 10

This commit is contained in:
Julian Müller 2022-06-29 20:10:03 +02:00
parent 4fd02a8498
commit 4cd5513621

View file

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