Skip to content

Commit b31c073

Browse files
committed
version: working on 1.0.0
1 parent 604b876 commit b31c073

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
@@ -22,9 +22,9 @@
2222
#ifndef SRC_NODE_VERSION_H_
2323
#define SRC_NODE_VERSION_H_
2424

25-
#define NODE_MAJOR_VERSION 0
26-
#define NODE_MINOR_VERSION 11
27-
#define NODE_PATCH_VERSION 15
25+
#define NODE_MAJOR_VERSION 1
26+
#define NODE_MINOR_VERSION 0
27+
#define NODE_PATCH_VERSION 0
2828

2929
#define NODE_VERSION_IS_RELEASE 0
3030

0 commit comments

Comments
 (0)