Skip to content

Commit

Permalink
Include version number in duckdb_api
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Dec 13, 2024
1 parent bb45776 commit b35d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDB.NET.Data/DuckDBConnectionStringBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ internal static DuckDBConnectionString Parse(string connectionString)

if (!builder.ContainsKey(DuckDBApiConfigKey))
{
builder[DuckDBApiConfigKey] = "DuckDB.NET";
builder[DuckDBApiConfigKey] = "DuckDB.NET/1.1.1";
}

var dataSource = builder.DataSource;
Expand Down

0 comments on commit b35d064

Please sign in to comment.