Skip to content

Commit aa32035

Browse files
committed
Track V8 13.2
1 parent 38ef24f commit aa32035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ branches, except with the patches from the `patches/` directory applied.
1717

1818
Currently the following V8 branches are actively updated:
1919

20-
- `13.1-lkgr-denoland`
20+
- `13.2-lkgr-denoland`
2121

2222
## Contributing
2323

autoroll.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const V8_VERSIONS = [
2-
"13.1",
2+
"13.2",
33
];
44

55
const checkVersions = !!Deno.env.get("CHECK_V8_VERSIONS");

0 commit comments

Comments
 (0)