Skip to content

Commit 7572418

Browse files
committed
Bump version to 0.7.0
1 parent 769f42d commit 7572418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Oracle Database driver by Oracle Corp.",
55
"license": "Apache-2.0",
66
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",

src/njs/src/njsOracle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ using namespace v8;
6969

7070
/* Keep the version in sync with package.json */
7171
#define NJS_NODE_ORACLEDB_MAJOR 0
72-
#define NJS_NODE_ORACLEDB_MINOR 6
72+
#define NJS_NODE_ORACLEDB_MINOR 7
7373
#define NJS_NODE_ORACLEDB_PATCH 0
7474

7575
/* Formula: 10000 x majorversion + 100 * minorversion + patchrelease number */

0 commit comments

Comments
 (0)