We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c87f47 commit 998cf43Copy full SHA for 998cf43
settings.py
@@ -7,7 +7,7 @@
7
V8_HOME = os.environ.get("V8_HOME", os.path.join(STPYV8_HOME, "v8"))
8
9
V8_GIT_URL = "https://chromium.googlesource.com/v8/v8.git"
10
-V8_GIT_TAG_STABLE = "12.8.374.26"
+V8_GIT_TAG_STABLE = "12.9.202.27"
11
V8_GIT_TAG_MASTER = "master"
12
V8_GIT_TAG = V8_GIT_TAG_STABLE
13
DEPOT_GIT_URL = "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
0 commit comments