Skip to content

Commit

Permalink
v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Aug 25, 2021
1 parent 0ee4fcd commit 8b81042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/dbschema/mongo/MongoDatabaseMetaData.java
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ public String getDriverName() {
* @see java.sql.DatabaseMetaData#getDriverVersion()
*/
public String getDriverVersion() {
return "1.11";
return "1.12";
}

/**
Expand All @@ -460,7 +460,7 @@ public int getDriverMajorVersion() {
* @see java.sql.DatabaseMetaData#getDriverMinorVersion()
*/
public int getDriverMinorVersion() {
return 11;
return 12;
}

public boolean usesLocalFiles() {
Expand Down

0 comments on commit 8b81042

Please sign in to comment.