Skip to content

Commit 71078f9

Browse files
committed
Now working on 0.8.3
1 parent a4da630 commit 71078f9

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,8 +24,8 @@
2424

2525
#define NODE_MAJOR_VERSION 0
2626
#define NODE_MINOR_VERSION 8
27-
#define NODE_PATCH_VERSION 2
28-
#define NODE_VERSION_IS_RELEASE 1
27+
#define NODE_PATCH_VERSION 3
28+
#define NODE_VERSION_IS_RELEASE 0
2929

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

0 commit comments

Comments
 (0)