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