diff --git a/src/node_version.h b/src/node_version.h index efe7970eafcec4..349d73d18de93b 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -113,10 +113,11 @@ * V8 7.0: 67 * V8 7.1: 68 * V8 7.3: 71 + * V8 7.4: 72 * * More information can be found at https://nodejs.org/en/download/releases/ */ -#define NODE_MODULE_VERSION 71 +#define NODE_MODULE_VERSION 72 // the NAPI_VERSION provided by this version of the runtime #define NAPI_VERSION 4