Skip to content

Commit d95a91b

Browse files
committed
v1.16
1 parent b59bc48 commit d95a91b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.github.kornilova203'
8-
version '1.15'
8+
version '1.16'
99

1010
repositories {
1111
mavenCentral()

src/main/java/com/dbschema/mongo/MongoDatabaseMetaData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public String getDriverName() {
446446
* @see java.sql.DatabaseMetaData#getDriverVersion()
447447
*/
448448
public String getDriverVersion() {
449-
return "1.15";
449+
return "1.16";
450450
}
451451

452452
/**
@@ -460,7 +460,7 @@ public int getDriverMajorVersion() {
460460
* @see java.sql.DatabaseMetaData#getDriverMinorVersion()
461461
*/
462462
public int getDriverMinorVersion() {
463-
return 15;
463+
return 16;
464464
}
465465

466466
public boolean usesLocalFiles() {

0 commit comments

Comments
 (0)