Skip to content

Commit 19e37b5

Browse files
Update checkmarx-ast-cli to 2.3.25
1 parent be9fb7c commit 19e37b5

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.24
1+
2.3.25

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.24'; // Update this with the latest version.
25+
private readonly cliDefaultVersion = '2.3.25'; // 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)