Skip to content

Commit a4525c1

Browse files
authored
Roll chrome to 130 (#2811)
1 parent b6c5574 commit a4525c1

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 => "129.0.6668.100";
16+
public static string DefaultBuildId => "130.0.6723.69";
1717

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

0 commit comments

Comments
 (0)