From 519c00c307c7dc0bcc2f5c65ca74b3337da513a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 22 Aug 2022 17:21:46 +0200 Subject: [PATCH] Track v8 10.6 --- 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 4e045a17..e1a22b95 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "10.5-lkgr-denoland"; +const V8_TRACKING_BRANCH = "10.6-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll2"; function extractVersion() {