From fe3d2b0d5042d4ee29a80c933fa0e7f1e87ae284 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 27 May 2022 18:19:53 +0200 Subject: [PATCH] Update autoroll branch to autoroll2 (#990) --- 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 97101af9..9350ee98 100644 --- a/tools/auto_update_v8.ts +++ b/tools/auto_update_v8.ts @@ -1,5 +1,5 @@ const V8_TRACKING_BRANCH = "10.3-lkgr-denoland"; -const AUTOROLL_BRANCH = "autoroll"; +const AUTOROLL_BRANCH = "autoroll2"; function extractVersion() { const MAJOR_PREFIX = "#define V8_MAJOR_VERSION ";