Skip to content

Commit

Permalink
Update to README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
forgineer committed Sep 17, 2024
1 parent 09853b2 commit 27ff669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ git clone https://github.com/forgineer/duckdb-kettle-plugin.git
@Override
public String[] getUsedLibraries() {
// The version should match POM
return new String[] {"duckdb_jdbc-1.0.0.jar"};
return new String[] {"duckdb_jdbc-1.1.0.jar"};
}
```
4. Package the jar file:
Expand Down

0 comments on commit 27ff669

Please sign in to comment.