From 947304f8486b34199772da2ea9be8200a76e4f50 Mon Sep 17 00:00:00 2001 From: Ilya Siamionau Date: Tue, 16 Apr 2024 12:17:17 +0200 Subject: [PATCH] CM-35105 - Release v1.6.0 (#79) --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',