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 69460d4 commit 8349d1eCopy full SHA for 8349d1e
src/main/osinstaller/CxInstaller.ts
@@ -14,7 +14,7 @@ export class CxInstaller {
14
private readonly platform: string;
15
private cliVersion: string;
16
private readonly resourceDirPath: string;
17
- private readonly cliDefaultVersion = '2.2.5'; // This will be used if the version file is not found. Should be updated with the latest version.
+ private readonly cliDefaultVersion = '2.2.6'; // This will be used if the version file is not found. Should be updated with the latest version.
18
private static installSemaphore = new Semaphore(1); // Semaphore with 1 slot
19
20
constructor(platform: string) {
0 commit comments