We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 993b1a7 + 6798e70 commit c5d7306Copy full SHA for c5d7306
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.3.38
+2.3.39
src/main/osinstaller/CxInstaller.ts
@@ -22,7 +22,7 @@ export class CxInstaller {
22
private cliVersion: string;
23
private readonly resourceDirPath: string;
24
private readonly installedCLIVersionFileName = 'cli-version';
25
- private readonly cliDefaultVersion = '2.3.38'; // Update this with the latest version.
+ private readonly cliDefaultVersion = '2.3.39'; // Update this with the latest version.
26
private readonly client: AstClient;
27
28
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
0 commit comments