Skip to content

Commit

Permalink
🛟 Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed May 8, 2023
1 parent 56c6e04 commit 29b3e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
First, download the last version of the Capsule CLI for the appropriate OS & ARCH:

```bash
VERSION="v0.3.4" OS="linux" ARCH="arm64"
VERSION="v0.3.5" OS="linux" ARCH="arm64"
wget -O capsule https://github.com/bots-garden/capsule/releases/download/${VERSION}/capsule-${VERSION}-${OS}-${ARCH}
chmod +x capsule
```
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
First, download the last version of the Capsule HTTP server for the appropriate OS & ARCH:

```bash
VERSION="v0.3.4" OS="linux" ARCH="arm64"
VERSION="v0.3.5" OS="linux" ARCH="arm64"
wget -O capsule-http https://github.com/bots-garden/capsule/releases/download/${VERSION}/capsule-http-${VERSION}-${OS}-${ARCH}
chmod +x capsule-http
```
Expand Down

0 comments on commit 29b3e35

Please sign in to comment.