There was an error while loading. Please reload this page.
1 parent f99aba1 commit 9ee7808Copy full SHA for 9ee7808
src/node_version.h
@@ -23,13 +23,13 @@
23
#define SRC_NODE_VERSION_H_
24
25
#define NODE_MAJOR_VERSION 8
26
-#define NODE_MINOR_VERSION 9
27
-#define NODE_PATCH_VERSION 5
+#define NODE_MINOR_VERSION 10
+#define NODE_PATCH_VERSION 0
28
29
#define NODE_VERSION_IS_LTS 1
30
#define NODE_VERSION_LTS_CODENAME "Carbon"
31
32
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
33
34
#ifndef NODE_STRINGIFY
35
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments