From 8f9a0f8eb56ceadb7873c3fa4039e2208765bcae Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Tue, 13 Feb 2024 13:35:59 -0700 Subject: [PATCH] chore: follow v8 12.2 (#1399) --- tools/auto_update_v8.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto_update_v8.ts b/tools/auto_update_v8.ts index e6a169d6c7..872c64abdf 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "12.1-lkgr-denoland"; +const V8_TRACKING_BRANCH = "12.2-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {