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 b6c5574 commit a4525c1Copy full SHA for a4525c1
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 => "129.0.6668.100";
+ public static string DefaultBuildId => "130.0.6723.69";
17
18
internal static async Task<string> ResolveBuildIdAsync(ChromeReleaseChannel channel)
19
=> (await GetLastKnownGoodReleaseForChannel(channel).ConfigureAwait(false)).Version;
0 commit comments