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 459b57d commit d235049Copy full SHA for d235049
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 => "138.0.7204.92";
+ public static string DefaultBuildId => "138.0.7204.101";
17
18
internal static async Task<string> ResolveBuildIdAsync(ChromeReleaseChannel channel)
19
=> (await GetLastKnownGoodReleaseForChannel(channel).ConfigureAwait(false)).Version;
0 commit comments