diff --git a/src/constants.ts b/src/constants.ts index f7e89d3..882ae2a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -132,7 +132,7 @@ export const getScanTypeDisplayName = (scanType: string): string => { export const DIAGNOSTIC_CODE_SEPARATOR = '::'; -export const REQUIRED_CLI_VERSION = '1.9.3'; +export const REQUIRED_CLI_VERSION = '1.9.4'; export const CLI_GITHUB = { OWNER: 'cycodehq',