From fbab36284e203e887b50658f1b0b800eb1e18907 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Thu, 14 Mar 2019 10:28:16 -0700 Subject: [PATCH] fix: bump NODE_MODULE_VERSION to 70 --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index efa92acdbb7..1e75469d0cc 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -115,7 +115,7 @@ * * More information can be found at https://nodejs.org/en/download/releases/ */ -#define NODE_MODULE_VERSION 68 +#define NODE_MODULE_VERSION 70 // the NAPI_VERSION provided by this version of the runtime #define NAPI_VERSION 3