From b0364c0c5e79bb4916ec6037d5d404787a9fb0e9 Mon Sep 17 00:00:00 2001 From: snek Date: Sat, 19 Oct 2024 02:03:04 +0200 Subject: [PATCH] Track V8 13.1 (#1646) --- 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 8e98bdda..23904bfa 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "13.0-lkgr-denoland"; +const V8_TRACKING_BRANCH = "13.1-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {