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 b59bc48 commit d95a91bCopy full SHA for d95a91b
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group 'com.github.kornilova203'
8
-version '1.15'
+version '1.16'
9
10
repositories {
11
mavenCentral()
src/main/java/com/dbschema/mongo/MongoDatabaseMetaData.java
@@ -446,7 +446,7 @@ public String getDriverName() {
446
* @see java.sql.DatabaseMetaData#getDriverVersion()
447
*/
448
public String getDriverVersion() {
449
- return "1.15";
+ return "1.16";
450
451
452
/**
@@ -460,7 +460,7 @@ public int getDriverMajorVersion() {
460
* @see java.sql.DatabaseMetaData#getDriverMinorVersion()
461
462
public int getDriverMinorVersion() {
463
- return 15;
+ return 16;
464
465
466
public boolean usesLocalFiles() {
0 commit comments