Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit fe20196

Browse files
committed
Now working on 0.10.36
1 parent cd6dff9 commit fe20196

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 0
2626
#define NODE_MINOR_VERSION 10
27-
#define NODE_PATCH_VERSION 35
27+
#define NODE_PATCH_VERSION 36
2828

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

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)