From 162cc4fa6303e3dd3a1f7ec041f9aa073a40d7d7 Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Mon, 10 Jan 2022 17:54:27 -0500 Subject: [PATCH] Working on v16.13.3 PR-URL: https://github.com/nodejs-private/node-private/pull/312 --- src/node_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node_version.h b/src/node_version.h index 31e75367f8263f..5e7fdc1d9a3160 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -24,12 +24,12 @@ #define NODE_MAJOR_VERSION 16 #define NODE_MINOR_VERSION 13 -#define NODE_PATCH_VERSION 2 +#define NODE_PATCH_VERSION 3 #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Gallium" -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)