Skip to content

Commit

Permalink
src: fix NODE_MINOR_VERSION for v21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Oct 24, 2023
1 parent c6d650f commit 06fd739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define SRC_NODE_VERSION_H_

#define NODE_MAJOR_VERSION 21
#define NODE_MINOR_VERSION 0
#define NODE_MINOR_VERSION 1
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_LTS 0
Expand Down

0 comments on commit 06fd739

Please sign in to comment.