From 0d75bc9b83448942653288e7993c9bd64c3904e4 Mon Sep 17 00:00:00 2001 From: Serhii Moroz Date: Thu, 12 Sep 2024 16:46:10 +0300 Subject: [PATCH] bump toolkit version to 8.5.0 --- app/util/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/util/conf.py b/app/util/conf.py index d00427552..8e367c966 100644 --- a/app/util/conf.py +++ b/app/util/conf.py @@ -2,8 +2,8 @@ from util.project_paths import JIRA_YML, CONFLUENCE_YML, BITBUCKET_YML, JSM_YML, CROWD_YML, BAMBOO_YML -TOOLKIT_VERSION = '8.4.0' -UNSUPPORTED_VERSION = '8.0.0' +TOOLKIT_VERSION = '8.5.0' +UNSUPPORTED_VERSION = '8.1.0' def read_yml_file(file):