From 3eb4859bb76729a281c5f0e91d2b07c3f43327e3 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Tue, 5 May 2026 11:56:48 -0300 Subject: [PATCH] src: bump NODE_MAJOR_VERSION to 27 It seems the `git node release` script didn't handle that for semver-major Signed-off-by: RafaelGSS --- 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 0c4ca944325a22..4c18037fc8c88a 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -22,7 +22,7 @@ #ifndef SRC_NODE_VERSION_H_ #define SRC_NODE_VERSION_H_ -#define NODE_MAJOR_VERSION 26 +#define NODE_MAJOR_VERSION 27 #define NODE_MINOR_VERSION 0 #define NODE_PATCH_VERSION 0