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 32c35f8 commit 9ef1ddeCopy full SHA for 9ef1dde
lib/PuppeteerSharp/BrowserData/Chrome.cs
@@ -13,7 +13,7 @@ public static class Chrome
13
/// <summary>
14
/// Default chrome build.
15
/// </summary>
16
- public static string DefaultBuildId => "124.0.6367.60";
+ public static string DefaultBuildId => "124.0.6367.201";
17
18
internal static async Task<string> ResolveBuildIdAsync(ChromeReleaseChannel channel)
19
=> (await GetLastKnownGoodReleaseForChannel(channel).ConfigureAwait(false)).Version;
0 commit comments