From 897502342123453cd16b564b1d60775d09530425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 26 Apr 2023 00:19:11 +0200 Subject: [PATCH] chore: Track v8 11.4 (#1216) --- 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 7793a04a..7c13f8f1 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "11.2-lkgr-denoland"; +const V8_TRACKING_BRANCH = "11.4-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {