diff --git a/src/node_version.h b/src/node_version.h index 0b6446c635a63d..6d099999be5492 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -99,9 +99,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 58 +#define NODE_MODULE_VERSION 59 #endif // SRC_NODE_VERSION_H_