From 15bf751387c083ee372f5b6bcc015db10e93a51b Mon Sep 17 00:00:00 2001
From: Luca Casonato <hello@lcas.dev>
Date: Wed, 9 Mar 2022 14:42:04 +0100
Subject: [PATCH] chore: track v8 10.0 (#914)

---
 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 f2e51102..81576e78 100644
--- a/tools/auto_update_v8.ts
+++ b/tools/auto_update_v8.ts
@@ -1,4 +1,4 @@
-const V8_TRACKING_BRANCH = "9.9-lkgr-denoland";
+const V8_TRACKING_BRANCH = "10.0-lkgr-denoland";
 const AUTOROLL_BRANCH = "autoroll";
 
 function extractVersion() {