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 ";