We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cdf62 commit 270c7a2Copy full SHA for 270c7a2
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 => "127.0.6533.88";
+ public static string DefaultBuildId => "128.0.6613.119";
17
18
internal static async Task<string> ResolveBuildIdAsync(ChromeReleaseChannel channel)
19
=> (await GetLastKnownGoodReleaseForChannel(channel).ConfigureAwait(false)).Version;
0 commit comments