File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ release.
2929<tr >
3030 <td valign="top">
3131<b ><a href =" doc/changelogs/CHANGELOG_V12.md#12.22.2 " >12.22.2</a ></b ><br />
32- <a href =" doc/changelogs/CHANGELOG_V12.md#12.22.1 " >12.22.1</a ></ b >
32+ <a href =" doc/changelogs/CHANGELOG_V12.md#12.22.1 " >12.22.1</a ><br / >
3333<a href =" doc/changelogs/CHANGELOG_V12.md#12.22.0 " >12.22.0</a ><br />
3434<a href =" doc/changelogs/CHANGELOG_V12.md#12.21.0 " >12.21.0</a ><br />
3535<a href =" doc/changelogs/CHANGELOG_V12.md#12.20.2 " >12.20.2</a ><br />
Original file line number Diff line number Diff line change 2424
2525#define NODE_MAJOR_VERSION 12
2626#define NODE_MINOR_VERSION 22
27- #define NODE_PATCH_VERSION 2
27+ #define NODE_PATCH_VERSION 3
2828
2929#define NODE_VERSION_IS_LTS 1
3030#define NODE_VERSION_LTS_CODENAME "Erbium"
3131
32- #define NODE_VERSION_IS_RELEASE 1
32+ #define NODE_VERSION_IS_RELEASE 0
3333
3434#ifndef NODE_STRINGIFY
3535#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments