summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2023-04-12 20:14:44 -0400
committerDanielle Adams <adamzdanielle@gmail.com>2023-04-12 20:14:44 -0400
commitc5f46293abe434b536f8caf24031692cba47e4f4 (patch)
treecb4a703f8a41afe3235bbdf70a8a1a6866b17ea0
parent43d167a262d0772a73ec1e21316e722bad71e4f8 (diff)
downloadnode-new-v18.x.tar.gz
Working on v18.16.1v18.x
PR-URL: https://github.com/nodejs/node/pull/47502
-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 cfab30173a..b535c786c7 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 18
#define NODE_MINOR_VERSION 16
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Hydrogen"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)