From 5edc1862f43ba17b7ed3ec42bcec0ea9c3141264 Mon Sep 17 00:00:00 2001 From: W13R <9070224-W13R@users.noreply.gitlab.com> Date: Thu, 26 May 2022 19:32:33 +0200 Subject: [PATCH] Bump version to 6 --- lib/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/env.sh b/lib/env.sh index 67baa3f..5c3bf23 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="5.0" +export APP_VERSION="6" export PYTHONPATH="$(pwd)/packages/"