Skip to content

Commit e4f65ec

Browse files
committed
Update to DuckDB 1.1.3
1 parent 752809a commit e4f65ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DuckDB.NET.Bindings/Bindings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Updated to DuckDB v1.1.2
1313
</PackageReleaseNotes>
1414
<RootNamespace>DuckDB.NET.Native</RootNamespace>
1515
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm64;osx</RuntimeIdentifiers>
16-
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.1.2</DuckDbArtifactRoot>
16+
<DuckDbArtifactRoot Condition=" '$(DuckDbArtifactRoot)' == '' ">https://github.com/duckdb/duckdb/releases/download/v1.1.3</DuckDbArtifactRoot>
1717
<SignAssembly>True</SignAssembly>
1818
<AssemblyOriginatorKeyFile>..\keyPair.snk</AssemblyOriginatorKeyFile>
1919
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ branches:
66
ignore:
77
sha: []
88
merge-message-formats: {}
9-
next-version: 1.1.2
9+
next-version: 1.1.3

0 commit comments

Comments
 (0)