We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ee08d commit 9fc5b2bCopy full SHA for 9fc5b2b
src/node_version.h
@@ -24,12 +24,12 @@
24
25
#define NODE_MAJOR_VERSION 20
26
#define NODE_MINOR_VERSION 19
27
-#define NODE_PATCH_VERSION 5
+#define NODE_PATCH_VERSION 6
28
29
#define NODE_VERSION_IS_LTS 1
30
#define NODE_VERSION_LTS_CODENAME "Iron"
31
32
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
33
34
#ifndef NODE_STRINGIFY
35
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
0 commit comments