Skip to content

Commit 2fb2aa4

Browse files
[V1] Bump DiskANN to 1.0.27, bump version to 1.1.9 (#1814)
* bump diskann-garnet to 1.0.27 * bump version * update ci.yml to refer to release/v1 * fix typo
1 parent c3d84b2 commit 2fb2aa4

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
push:
55
branches:
66
- main
7-
- dev
87
- release/v1
98
pull_request:
109
branches:
1110
- main
12-
- dev
1311
- release/v1
1412

1513
env:

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PackageVersion Include="System.Numerics.Tensors" Version="10.0.5" />
3333
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.5" />
3434
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="10.0.5" />
35-
<PackageVersion Include="diskann-garnet" Version="1.0.26" />
35+
<PackageVersion Include="diskann-garnet" Version="1.0.27" />
3636
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
3737
</ItemGroup>
3838
</Project>

Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<!-- VersionPrefix property for builds and packages -->
33
<PropertyGroup>
4-
<VersionPrefix>1.1.8</VersionPrefix>
4+
<VersionPrefix>1.1.9</VersionPrefix>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)