Skip to content

Commit ef75234

Browse files
Update CxInstaller.ts to new cli
1 parent 7e23ab8 commit ef75234

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
@@ -22,7 +22,7 @@ export class CxInstaller {
2222
private cliVersion: string;
2323
private readonly resourceDirPath: string;
2424
private readonly installedCLIVersionFileName = 'cli-version';
25-
private readonly cliDefaultVersion = '2.3.21'; // Update this with the latest version.
25+
private readonly cliDefaultVersion = '2.3.21-test-resolver'; // Update this with the latest version.
2626
private readonly client: AstClient;
2727

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

0 commit comments

Comments
 (0)