From c47c3e889af83b389e482a6b34655fb90f9afebf Mon Sep 17 00:00:00 2001 From: Jake Malley Date: Tue, 18 Aug 2020 16:15:56 +0100 Subject: [PATCH] VERSION Bump --- defaultcfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultcfg.py b/defaultcfg.py index f5ab5084..1f171e8a 100644 --- a/defaultcfg.py +++ b/defaultcfg.py @@ -44,7 +44,7 @@ PRJTASK_URL_FORMAT = "http://localhost/pm_project_task/%s" ## Cortex internal version number -VERSION = '6.0.3' +VERSION = '6.0.4' ## Flask defaults (changed to what we prefer) SESSION_COOKIE_SECURE = False