summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/node_version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index f64aa2aad7..efe7970eaf 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -112,10 +112,11 @@
* V8 6.9: 66
* V8 7.0: 67
* V8 7.1: 68
+ * V8 7.3: 71
*
* More information can be found at https://nodejs.org/en/download/releases/
*/
-#define NODE_MODULE_VERSION 68
+#define NODE_MODULE_VERSION 71
// the NAPI_VERSION provided by this version of the runtime
#define NAPI_VERSION 4