From b12096d55030911567910ff52e5da0556d6320ac Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 5 Dec 2023 10:00:34 +0530 Subject: [PATCH] chore: track v8 12.1 --- 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 7ea6927792..e6a169d6c7 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "12.0-lkgr-denoland"; +const V8_TRACKING_BRANCH = "12.1-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {