Bump version to 12

This commit is contained in:
Julian Müller 2022-08-06 18:58:43 +02:00
parent ca160781dd
commit 80b407069d

View file

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