Skip to content

Commit c17801b

Browse files
CM-60457 - Bump CLI version to 3.11.1 (#139)
1 parent d405a23 commit c17801b

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.2]
6+
7+
- Increase required CLI version to 3.11.1
8+
59
## [v1.17.1]
610

711
- Remove Sentry integration

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.1",
4+
"version": "1.17.2",
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.9.3';
131+
export const REQUIRED_CLI_VERSION = '3.11.1';
132132

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

0 commit comments

Comments
 (0)