Skip to content

Commit 650886a

Browse files
authored
ramping up CDN
Ramping up CDN Version (#3665)
1 parent b9a0a99 commit 650886a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ export const SETTINGS_DEFAULT_ENTRY_POINT = 'index.html';
111111
const WIN_APP_DATA = process.env.LOCALAPPDATA || '/';
112112
const msEdgeBrowserMapping: Map<BrowserFlavor, IBrowserPath> = new Map<BrowserFlavor, IBrowserPath>();
113113

114-
// Current Revision: 137.0.7151.69
115-
export const CDN_FALLBACK_REVISION = '@f3affdcf267b3645b45a2fc38dcf44cb11cc4091';
114+
// Current Revision: 141.0.3537.92
115+
export const CDN_FALLBACK_REVISION = '@180f8c4bc30332bf85da01c6c4d1d679225b5449';
116116

117117
/** Build-specified flags. */
118118
declare const DEBUG: boolean;

0 commit comments

Comments
 (0)