0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-24 15:19:31 -05:00

chore: follow v8 12.2 (#1399)

This commit is contained in:
Matt Mastracci 2024-02-13 13:35:59 -07:00 committed by GitHub
parent 95551ebda1
commit 8f9a0f8eb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
const V8_TRACKING_BRANCH = "12.1-lkgr-denoland";
const V8_TRACKING_BRANCH = "12.2-lkgr-denoland";
const AUTOROLL_BRANCH = "autoroll";
function extractVersion() {