Skip to content

Commit 8349d1e

Browse files
committed
update cliDefaultVersion to 2.2.6
1 parent 69460d4 commit 8349d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class CxInstaller {
1414
private readonly platform: string;
1515
private cliVersion: string;
1616
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.
17+
private readonly cliDefaultVersion = '2.2.6'; // This will be used if the version file is not found. Should be updated with the latest version.
1818
private static installSemaphore = new Semaphore(1); // Semaphore with 1 slot
1919

2020
constructor(platform: string) {

0 commit comments

Comments
 (0)