Skip to content

Commit 9ef1dde

Browse files
authored
Roll chrome to 124.0.6367.201 (#2634)
1 parent 32c35f8 commit 9ef1dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp/BrowserData/Chrome.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class Chrome
1313
/// <summary>
1414
/// Default chrome build.
1515
/// </summary>
16-
public static string DefaultBuildId => "124.0.6367.60";
16+
public static string DefaultBuildId => "124.0.6367.201";
1717

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

0 commit comments

Comments
 (0)