We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769f42d commit 7572418Copy full SHA for 7572418
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oracledb",
3
- "version": "0.6.0",
+ "version": "0.7.0",
4
"description": "Oracle Database driver by Oracle Corp.",
5
"license": "Apache-2.0",
6
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",
src/njs/src/njsOracle.h
@@ -69,7 +69,7 @@ using namespace v8;
69
70
/* Keep the version in sync with package.json */
71
#define NJS_NODE_ORACLEDB_MAJOR 0
72
-#define NJS_NODE_ORACLEDB_MINOR 6
+#define NJS_NODE_ORACLEDB_MINOR 7
73
#define NJS_NODE_ORACLEDB_PATCH 0
74
75
/* Formula: 10000 x majorversion + 100 * minorversion + patchrelease number */
0 commit comments