diff --git a/src/node_version.h b/src/node_version.h index 5b4f6f798e4246..d474326de93702 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -110,10 +110,11 @@ * V8 6.7: 64 * V8 6.8: 65 * V8 6.9: 66 + * V8 7.0: 67 * * More information can be found at https://nodejs.org/en/download/releases/ */ -#define NODE_MODULE_VERSION 66 +#define NODE_MODULE_VERSION 67 // the NAPI_VERSION provided by this version of the runtime #define NAPI_VERSION 3