From 70d0a87e56a9cf272fccef3f459d7e18bc9902ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 8 Aug 2023 15:52:17 +0200 Subject: [PATCH] chore: track v8 11.7 --- 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 d541a38b60..70c1b019cb 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "11.6-lkgr-denoland"; +const V8_TRACKING_BRANCH = "11.7-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {