Skip to content

Commit

Permalink
version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Oct 18, 2018
1 parent 4e04b79 commit b41acd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
}

version '1.2.3-SNAPSHOT'
version '1.2.3'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion driver/src/main/java/com/dbschema/CassandraJdbcDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) {
}

String getVersion() {
return "1.2.3-SNAPSHOT";
return "1.2.3";
}

@Override
Expand Down

0 comments on commit b41acd7

Please sign in to comment.