From 42112f0fc32b3f05b70feaee4576717113d331d2 Mon Sep 17 00:00:00 2001 From: snek Date: Mon, 16 Sep 2024 16:50:53 -0700 Subject: [PATCH] Track V8 13.0 (#1626) --- 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 be19711e5c..8e98bdda1e 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "12.9-lkgr-denoland"; +const V8_TRACKING_BRANCH = "13.0-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {