Skip to content

Commit 7e23ab8

Browse files
Merge pull request #89 from CheckmarxDev/feature/update_cli_2.3.21
Update checkmarx-ast-cli binaries with 2.3.21
2 parents f865df5 + 375f517 commit 7e23ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.20
1+
2.3.21

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class CxInstaller {
2222
private cliVersion: string;
2323
private readonly resourceDirPath: string;
2424
private readonly installedCLIVersionFileName = 'cli-version';
25-
private readonly cliDefaultVersion = '2.3.20'; // Update this with the latest version.
25+
private readonly cliDefaultVersion = '2.3.21'; // Update this with the latest version.
2626
private readonly client: AstClient;
2727

2828
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {

0 commit comments

Comments
 (0)