From d46b8593b44f26624fd76100551e4c9b3934cb9f Mon Sep 17 00:00:00 2001 From: Santhosh Challa Date: Fri, 24 Feb 2023 21:17:30 +0530 Subject: [PATCH] chore: updated release version --- installer/settings/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/settings/common.py b/installer/settings/common.py index a3716a66e2..7f97fb0aef 100644 --- a/installer/settings/common.py +++ b/installer/settings/common.py @@ -143,7 +143,7 @@ JOB_DETAIL_TYPE = "Paladin Cloud Job Scheduling Event" #please do not change these, as this may stop scheduling of jobs JOB_SOURCE = "paladincloud.jobs-scheduler" -CURRENT_RELEASE = "v2.0.0" +CURRENT_RELEASE = "v2.0.1" DB_USERNAME = "paladin" DB_PASSWORD = "***PALADIN***" #Only printable ASCII characters besides '/', '@', '"', ' ' may be used.