summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2020-11-24 11:19:16 -0500
committerMyles Borins <mylesborins@github.com>2020-11-24 11:19:16 -0500
commit637d0850ef5c199d755a7febdde2b3c13c6285b4 (patch)
tree7ec0e49ff243689e5ade8738084eef41ac6f2cef
parentd84392fe9320e3d87abc04e64643ff26a65daeac (diff)
downloadnode-new-637d0850ef5c199d755a7febdde2b3c13c6285b4.tar.gz
Woking on v12.20.1
PR-URL: https://github.com/nodejs/node/pull/35950
-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 31f1858940..b24a8613d6 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 12
#define NODE_MINOR_VERSION 20
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Erbium"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)