Skip to content

Commit 29b3e35

Browse files
committed
🛟 Updated.
1 parent 56c6e04 commit 29b3e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
First, download the last version of the Capsule CLI for the appropriate OS & ARCH:
66

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

docs/getting-started-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
First, download the last version of the Capsule HTTP server for the appropriate OS & ARCH:
66

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

0 commit comments

Comments
 (0)