Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit fdc6f04

Browse files
nornagonnitsakh
authored andcommitted
fix: bump NODE_MODULE_VERSION to 70 (#96)
1 parent 12226b0 commit fdc6f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
*
116116
* More information can be found at https://nodejs.org/en/download/releases/
117117
*/
118-
#define NODE_MODULE_VERSION 68
118+
#define NODE_MODULE_VERSION 70
119119

120120
// the NAPI_VERSION provided by this version of the runtime
121121
#define NAPI_VERSION 3

0 commit comments

Comments
 (0)