Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Feb 11, 2019
1 parent 3585ec1 commit b9948d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/src/main/java/com/dbschema/CassandraJdbcDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) {
}

String getVersion() {
return "1.2.9";
return "1.3";
}

@Override
Expand All @@ -120,7 +120,7 @@ public int getMajorVersion() {

@Override
public int getMinorVersion() {
return 29;
return 3;
}

@Override
Expand Down

0 comments on commit b9948d7

Please sign in to comment.