Skip to content

Commit cdd723b

Browse files
committed
upgrade cli to 2.3.4
1 parent ee50299 commit cdd723b

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.3
1+
2.3.4

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class CxInstaller {
2121
private cliVersion: string;
2222
private readonly resourceDirPath: string;
2323
private readonly installedCLIVersionFileName = 'cli-version';
24-
private readonly cliDefaultVersion = '2.3.3'; // Update this with the latest version.
24+
private readonly cliDefaultVersion = '2.3.4'; // Update this with the latest version.
2525
private readonly client: AstClient;
2626

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

0 commit comments

Comments
 (0)