Bump version to 8

This commit is contained in:
Julian Müller 2022-06-16 10:56:10 +02:00
parent 05698544d7
commit 09aa00f335

View file

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