Skip to content

Commit b7407be

Browse files
itaismithphilipkiely-baseten
authored andcommitted
[BUG] Update version in windows CLI installation script (chroma-core#4201)
Update CLI Windows installation script
1 parent 5f07d1e commit b7407be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cli/install/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ($isAdmin) {
1313
$expectedInstallPath = Join-Path $expectedInstallDir "chroma.exe"
1414

1515
$repo = "chroma-core/chroma"
16-
$release = "cli-0.1.0"
16+
$release = "cli-1.0.0"
1717
$asset = "chroma-windows.exe"
1818

1919
$downloadUrl = "https://github.com/$repo/releases/download/$release/$asset"

0 commit comments

Comments
 (0)