Skip to content

Commit

Permalink
bump version to 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kajogo777 committed Jan 7, 2025
1 parent 0d5ecdb commit 0e02746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stakpak"
version = "0.1.21"
version = "0.1.22"
edition = "2021"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ Download the latest binary for your platform from our [GitHub Releases](https://
#### Linux (x86_64)

```bash
curl -L "https://github.com/stakpak/cli/releases/v0.1.21/download/stakpak-linux-x86_64.tar.gz" | tar xz
curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-linux-x86_64.tar.gz" | tar xz
sudo mv stakpak /usr/local/bin/
```

#### macOS (Intel)

```bash
curl -L "https://github.com/stakpak/cli/releases/v0.1.21/download/stakpak-darwin-x86_64.tar.gz" | tar xz
curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-darwin-x86_64.tar.gz" | tar xz
sudo mv stakpak /usr/local/bin/
```

#### macOS (Apple Silicon)

```bash
curl -L "https://github.com/stakpak/cli/releases/v0.1.21/download/stakpak-darwin-aarch64.tar.gz" | tar xz
curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-darwin-aarch64.tar.gz" | tar xz
sudo mv stakpak /usr/local/bin/
```

Expand Down

0 comments on commit 0e02746

Please sign in to comment.