diff --git a/src/node_version.h b/src/node_version.h index 608d0a33b10c59..a28d0f335be4a9 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -103,9 +103,10 @@ * V8 6.0: 57 * V8 6.1: 58 * V8 6.2: 59 + * V8 6.3: 60 * * More information can be found at https://nodejs.org/en/download/releases/ */ -#define NODE_MODULE_VERSION 59 +#define NODE_MODULE_VERSION 60 #endif // SRC_NODE_VERSION_H_