diff options
Diffstat (limited to 'src/node_version.h')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index f5892db67d..4242b4367e 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -89,7 +89,7 @@ * version matching should open a pull request to reserve a number in this * registry. */ -#define NODE_MODULE_VERSION 92 +#define NODE_MODULE_VERSION 93 // The NAPI_VERSION provided by this version of the runtime. This is the version // which the Node binary being built supports. |