diff --git a/app/util/conf.py b/app/util/conf.py index bb1abb088..64cc3491f 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.2.2' -UNSUPPORTED_VERSION = '7.5.0' +TOOLKIT_VERSION = '8.3.0' +UNSUPPORTED_VERSION = '8.0.0' def read_yml_file(file):