Skip to content

Commit

Permalink
v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Jan 15, 2024
1 parent 6b18dd8 commit fea96b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.github.kornilova203'
version '1.18'
version '1.19'

repositories {
mavenCentral()
Expand Down
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.18";
return "1.19";
}

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

public boolean usesLocalFiles() {
Expand Down

0 comments on commit fea96b4

Please sign in to comment.