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):