Skip to content

Commit a29a7c7

Browse files
committed
Now working on v0.6.5
1 parent 9170077 commit a29a7c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
#define NODE_MAJOR_VERSION 0
3030
#define NODE_MINOR_VERSION 6
31-
#define NODE_PATCH_VERSION 4
32-
#define NODE_VERSION_IS_RELEASE 1
31+
#define NODE_PATCH_VERSION 5
32+
#define NODE_VERSION_IS_RELEASE 0
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)