Bump version to 3.0

This commit is contained in:
W13R 2022-03-16 19:25:37 +01:00
parent c1a9b1fc52
commit 93a2857d44

View file

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