Update autoroll branch to autoroll2 (#990)

This commit is contained in:
Luca Casonato 2022-05-27 18:19:53 +02:00 committed by GitHub
parent 453df4efd5
commit fe3d2b0d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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