From a194e05743bdc9ee723d18c45cdc279fe681959e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller?= <9070224-W13R@users.noreply.gitlab.com> Date: Fri, 24 Jun 2022 18:40:53 +0200 Subject: [PATCH] Bump version to 9 --- lib/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/env.sh b/lib/env.sh index de54986..9eeb667 100644 --- a/lib/env.sh +++ b/lib/env.sh @@ -2,5 +2,5 @@ export DJANGO_SK_ABS_FP="$(pwd)/config/secret_key.txt" export STATIC_FILES="$(pwd)/static/" -export APP_VERSION="8" +export APP_VERSION="9" export PYTHONPATH="$(pwd)/packages/"