marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
583 stars 96 forks source link

DuckDB version mismatch in v1.6.5 release #221

Closed zakpaw closed 1 month ago

zakpaw commented 1 month ago

As of v1.6.5, thanks to this PR, DuckDB should be at version 0.10.3. However, running the SELECT version(); command returns v0.10.2. This issue appears to be a discrepancy between the intended DuckDB version in the release and the actual version in use.

marcboeker commented 1 month ago

I've created a new release, v1.6.6 that should contain 0.10.3.