Skip to content

Commit

Permalink
Merge pull request #3598 from szarnyasg/bump-jdbc-client-version2
Browse files Browse the repository at this point in the history
Bump JDBC version
  • Loading branch information
szarnyasg committed Sep 10, 2024
2 parents ed0f165 + ec1fb3b commit 324d627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ currentduckdbhash: "fa5c2fe15f"
currentsnapshotversion: 1.1.1-dev
currentduckdbodbcversion: 1.0.0
# Java
currentjavaversion: 1.0.0
nextjavaversion: 1.1.0 # for java snapshots, should always be the next minor version with a patch version of 0
currentjavaversion: 1.1.0
nextjavaversion: 1.2.0 # for java snapshots, should always be the next minor version with a patch version of 0
livereload: true
highlighter: rouge
incremental: false
Expand Down
2 changes: 1 addition & 1 deletion data/installation-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
<dependency>
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</dependency>
<repositories>
Expand Down

0 comments on commit 324d627

Please sign in to comment.