Skip to content

Commit

Permalink
Roll chrome to 130 (#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Oct 31, 2024
1 parent b6c5574 commit a4525c1
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 => "129.0.6668.100";
public static string DefaultBuildId => "130.0.6723.69";

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

0 comments on commit a4525c1

Please sign in to comment.