Skip to content

Commit 4359a93

Browse files
committed
Working on v8.8.2
PR-URL: #16498 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
1 parent dc6bbb4 commit 4359a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
#define NODE_MAJOR_VERSION 8
2626
#define NODE_MINOR_VERSION 8
27-
#define NODE_PATCH_VERSION 1
27+
#define NODE_PATCH_VERSION 2
2828

29-
#define NODE_VERSION_IS_RELEASE 1
29+
#define NODE_VERSION_IS_RELEASE 0
3030

3131
#ifndef NODE_STRINGIFY
3232
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)