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.
1 parent 7476939 commit 8d6d30cCopy full SHA for 8d6d30c
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.3.25
+2.3.26
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.25'; // Update this with the latest version.
+ private readonly cliDefaultVersion = '2.3.26'; // Update this with the latest version.
26
private readonly client: AstClient;
27
28
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
0 commit comments