Skip to content

Commit 63bd402

Browse files
juanarbolguangwong
authored andcommitted
Working on v16.18.1
PR-URL: nodejs/node#44886
1 parent 54a488d commit 63bd402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
#define NODE_MAJOR_VERSION 16
2626
#define NODE_MINOR_VERSION 18
27-
#define NODE_PATCH_VERSION 0
27+
#define NODE_PATCH_VERSION 1
2828

2929
#define ANODE_REVISE 1
3030

3131
#define NODE_VERSION_IS_LTS 1
3232
#define NODE_VERSION_LTS_CODENAME "Gallium"
3333

34-
#define NODE_VERSION_IS_RELEASE 1
34+
#define NODE_VERSION_IS_RELEASE 0
3535

3636
#ifndef NODE_STRINGIFY
3737
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)