Skip to content

Commit

Permalink
Update DUCKDB_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaruza committed Jan 23, 2025
1 parent 9cc05e8 commit 08f30d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OBJS += $(subst .c,.o, $(C_SRCS))
# set to `make` to disable ninja
DUCKDB_GEN ?= ninja
# used to know what version of extensions to download
DUCKDB_VERSION = v1.1.3
DUCKDB_VERSION = v1.2.0
# duckdb build tweaks
DUCKDB_CMAKE_VARS = -DBUILD_SHELL=0 -DBUILD_PYTHON=0 -DBUILD_UNITTESTS=0
# set to 1 to disable asserts in DuckDB. This is particularly useful in combinition with MotherDuck.
Expand Down

0 comments on commit 08f30d8

Please sign in to comment.