Skip to content

Commit

Permalink
Roll chrome to 128.0.6613.119 (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Sep 4, 2024
1 parent 40cdf62 commit 270c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/BrowserData/Chrome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class Chrome
/// <summary>
/// Default chrome build.
/// </summary>
public static string DefaultBuildId => "127.0.6533.88";
public static string DefaultBuildId => "128.0.6613.119";

internal static async Task<string> ResolveBuildIdAsync(ChromeReleaseChannel channel)
=> (await GetLastKnownGoodReleaseForChannel(channel).ConfigureAwait(false)).Version;
Expand Down

0 comments on commit 270c7a2

Please sign in to comment.