summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2020-10-27 11:15:56 -0400
committerRichard Lau <rlau@redhat.com>2020-10-27 11:15:56 -0400
commit89d664daae8f970458f5f8e77179644a0ffaa2ab (patch)
tree4fac1cf59f305d4b8f22e902ccdf94dbe3365579
parent351c02d1318668027968e4daebdbe1c39c9ce33e (diff)
downloadnode-new-89d664daae8f970458f5f8e77179644a0ffaa2ab.tar.gz
Working on v10.23.1
PR-URL: https://github.com/nodejs/node/pull/35544
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index d8bda3fd10..5eb49dc7f1 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 10
#define NODE_MINOR_VERSION 23
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Dubnium"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)