Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Oct 19, 2020
1 parent 4d76a66 commit 0fe65b1
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 @@ -2,7 +2,7 @@ plugins {
id 'java'
}

version '0.4.0'
version '0.5.0'

sourceCompatibility = 11

Expand Down
4 changes: 2 additions & 2 deletions driver/src/main/java/com/intellij/CouchbaseJdbcDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) {
}

String getVersion() {
return "0.4.0";
return "0.5.0";
}

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

@Override
public int getMinorVersion() {
return 4;
return 5;
}

@Override
Expand Down

0 comments on commit 0fe65b1

Please sign in to comment.