From bfbbcff4e9d5adad311ac2cc9f29ca21a61c7b28 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 9 Dec 2020 16:56:02 +0000 Subject: [PATCH] src: fix node version --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index f7ebbacd9e7d61..bf318cfcf750a8 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_LTS_CODENAME "" -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)