Skip to content

Commit 00786c3

Browse files
committed
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 <rafael.nunu@hotmail.com>
1 parent 9e633f9 commit 00786c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef SRC_NODE_VERSION_H_
2323
#define SRC_NODE_VERSION_H_
2424

25-
#define NODE_MAJOR_VERSION 26
25+
#define NODE_MAJOR_VERSION 27
2626
#define NODE_MINOR_VERSION 0
2727
#define NODE_PATCH_VERSION 0
2828

0 commit comments

Comments
 (0)