From b5555e804b4fc538c69c17912ab8b2150787df0e Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 12 Dec 2021 18:26:01 -0800 Subject: [PATCH] Track V8 9.8 (#853) --- 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 eda86aac..012c6235 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,4 +1,4 @@ -const V8_TRACKING_BRANCH = "9.7-lkgr-denoland"; +const V8_TRACKING_BRANCH = "9.8-lkgr-denoland"; const AUTOROLL_BRANCH = "autoroll"; function extractVersion() {