Skip to content

Commit 2ef1679

Browse files
authored
Update Makefile
1 parent 1b20f64 commit 2ef1679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ USE_UNSTABLE_C_API=1
88

99
# TODO: these values are currently duplicated in lib.rs. There's a PR open in duckdb-rs that fixes this
1010
EXTENSION_NAME=chsql_native
11-
MINIMUM_DUCKDB_VERSION=v1.2.1
12-
TARGET_DUCKDB_VERSION=v1.2.1
11+
MINIMUM_DUCKDB_VERSION=v1.2.2
12+
TARGET_DUCKDB_VERSION=v1.2.2
1313

1414
all: configure debug
1515

0 commit comments

Comments
 (0)