Skip to content

Commit

Permalink
Roll chrome to 124.0.6367.201
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed May 13, 2024
1 parent 2eaba48 commit 067302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp/BrowserData/Chrome.cs
Expand Up @@ -13,7 +13,7 @@ public static class Chrome
/// <summary>
/// Default chrome build.
/// </summary>
public static string DefaultBuildId => "124.0.6367.60";
public static string DefaultBuildId => "124.0.6367.201";

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

0 comments on commit 067302e

Please sign in to comment.