Skip to content

Commit 30f24bb

Browse files
committed
Now working on v0.4.0
1 parent 9493b75 commit 30f24bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/node_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#define NODE_VERSION_H
66

77
#define NODE_MAJOR_VERSION 0
8-
#define NODE_MINOR_VERSION 3
9-
#define NODE_PATCH_VERSION 8
10-
#define NODE_VERSION_IS_RELEASE 1
8+
#define NODE_MINOR_VERSION 4
9+
#define NODE_PATCH_VERSION 0
10+
#define NODE_VERSION_IS_RELEASE 0
1111

1212
#ifndef NODE_STRINGIFY
1313
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)