From 37023e66ccac476a22529d614eef94810a4a6643 Mon Sep 17 00:00:00 2001 From: snek Date: Wed, 12 Jun 2024 10:33:26 -0700 Subject: [PATCH] Update v8 to 12.7 (#1501) --- 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 74949290..8e5a6007 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "12.6-lkgr-denoland"; +const V8_TRACKING_BRANCH = "12.7-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {