Skip to content

Commit 9bbbc3c

Browse files
authored
Bump CLI version to 0.8.0 (#46)
1 parent b92b21e commit 9bbbc3c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The installer downloads the latest bundled release for your platform, so a local
3131
To install a specific tagged version instead, run:
3232

3333
```bash
34-
curl -fsSL https://raw.githubusercontent.com/polaris-data/cli/main/install.sh | bash -s -- --version v0.7.0
34+
curl -fsSL https://raw.githubusercontent.com/polaris-data/cli/main/install.sh | bash -s -- --version v0.8.0
3535
```
3636

3737
If no matching release asset is available for your platform, the installer falls back to building from source, which requires Node.js 22+.
@@ -227,7 +227,7 @@ Reinstalls or updates Polaris by rerunning the bundled `install.sh` from the cur
227227

228228
```bash
229229
polaris update
230-
polaris update --version v0.7.0
230+
polaris update --version v0.8.0
231231
polaris update --json
232232
```
233233

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ By default, installs the latest bundled release for your platform.
2222
If release assets are unavailable, it falls back to building from source.
2323
2424
Options:
25-
--version <tag> Install a specific release tag, for example: v0.7.0
25+
--version <tag> Install a specific release tag, for example: v0.8.0
2626
--install-dir <dir> Install directory for the polaris launcher
2727
--runtime-dir <dir> Runtime directory for the built workspace
2828
-h, --help Show this help text

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
type SyncPlan,
2929
} from '@polaris/core'
3030

31-
const version = '0.7.0'
31+
const version = '0.8.0'
3232
const MIN_CLI_AUTH_POLL_INTERVAL_MS = 250
3333

3434
const remoteDatasetSchema = z

0 commit comments

Comments
 (0)