Skip to content

Commit 07d2f2b

Browse files
committed
Update V8 to v14.3.127.17
1 parent fd9c18a commit 07d2f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
V8_HOME = os.environ.get("V8_HOME", os.path.join(STPYV8_HOME, "v8"))
88

99
V8_GIT_URL = "https://chromium.googlesource.com/v8/v8.git"
10-
V8_GIT_TAG_STABLE = "14.3.127.16"
10+
V8_GIT_TAG_STABLE = "14.3.127.17"
1111
V8_GIT_TAG_MASTER = "master"
1212
V8_GIT_TAG = V8_GIT_TAG_STABLE
1313
DEPOT_GIT_URL = "https://chromium.googlesource.com/chromium/tools/depot_tools.git"

0 commit comments

Comments
 (0)