From de0d9bc9a4ded0dea57aa379e2dd1903da54705b Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Tue, 14 May 2024 14:10:51 -0600 Subject: [PATCH] chore: track v8 12.6 (#1477) --- 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 e6498484..74949290 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "12.4-lkgr-denoland"; +const V8_TRACKING_BRANCH = "12.6-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {