diff --git a/src/node_version.h b/src/node_version.h index f64aa2aad77334..efe7970eafcec4 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