Skip to content

Commit 8c057eb

Browse files
committed
chore: Update DuckDB from v1.4.3 to v1.4.4
- Update DuckDB git submodule to v1.4.4 tag - Update DUCKDB_EXPLICIT_VERSION in CMakeLists.txt - Patch version bump with bug fixes, backwards compatible
1 parent 7367270 commit 8c057eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ find_package(zstd CONFIG REQUIRED)
184184
find_package(lz4 CONFIG REQUIRED)
185185

186186
# Add DuckDB
187-
set(DUCKDB_EXPLICIT_VERSION 1.4.3)
187+
set(DUCKDB_EXPLICIT_VERSION 1.4.4)
188188
set(ENABLE_EXTENSION_AUTOLOADING true)
189189
set(ENABLE_EXTENSION_AUTOINSTALL true)
190190
if (WIN32)

duckdb

Submodule duckdb updated 198 files

0 commit comments

Comments
 (0)