From b97dd1b1d8c0f105f1b7f716be3ce007e4bc67ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 25 Jun 2023 09:26:36 +0200 Subject: [PATCH] Track v8 11.6 (#1252) --- 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 d7ffbd0b..d541a38b 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "11.5-lkgr-denoland"; +const V8_TRACKING_BRANCH = "11.6-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {