diff --git a/src/node_version.h b/src/node_version.h index efc3c44410fc4b..1c6563af8fe8d2 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -102,9 +102,10 @@ * V8 5.9: 56 * V8 6.0: 57 * V8 6.1: 58 + * V8 6.2: 59 * * More information can be found at https://nodejs.org/en/download/releases/ */ -#define NODE_MODULE_VERSION 57 +#define NODE_MODULE_VERSION 59 #endif // SRC_NODE_VERSION_H_