diff --git a/README.md b/README.md index 2f516c7da1..f7e5abfd9e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ branches, except with the patches from the `patches/` directory applied. Currently the following V8 branches are actively updated: -- `13.2-lkgr-denoland` +- `13.4-lkgr-denoland` ## Contributing diff --git a/autoroll.ts b/autoroll.ts index f0f47bcdc9..0aab1f10a5 100644 --- a/autoroll.ts +++ b/autoroll.ts @@ -1,5 +1,5 @@ const V8_VERSIONS = [ - "13.2", + "13.4", ]; const checkVersions = !!Deno.env.get("CHECK_V8_VERSIONS");