Skip to content

Commit 1eaee71

Browse files
CM-61377: Bump required CLI version to 3.12.0 (#142)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c17801b commit 1eaee71

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [v1.17.3]
6+
7+
- Increase required CLI version to 3.12.0
8+
59
## [v1.17.2]
610

711
- Increase required CLI version to 3.11.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cycode",
33
"displayName": "Cycode",
4-
"version": "1.17.2",
4+
"version": "1.17.3",
55
"publisher": "cycode",
66
"description": "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning.",
77
"repository": {

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const getScanTypeDisplayName = (scanType: string): string => {
128128
return _SCAN_TYPE_TO_DISPLAY_NAME[scanType];
129129
};
130130

131-
export const REQUIRED_CLI_VERSION = '3.11.1';
131+
export const REQUIRED_CLI_VERSION = '3.12.0';
132132

133133
export const CLI_GITHUB = {
134134
OWNER: 'cycodehq',

0 commit comments

Comments
 (0)