Bump version to 4.0

This commit is contained in:
W13R 2022-04-18 17:04:19 +02:00
parent aa85ac5ffc
commit fc2bf922d2

View file

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