Skip to content

Commit fbd2ca8

Browse files
committed
Bump docs to include 0.3.0 URLs
1 parent 52eefe3 commit fbd2ca8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ See the [installation guide](https://docs.rs/celq/latest/celq/installation_guide
165165
FreeBSD builds are tested in [Cirrus CI](https://cirrus-ci.org/) and cross-compiled with [Zig](https://github.com/rust-cross/cargo-zigbuild). Although `celq` is not yet in the ports tree, it does publish pre-built binaries:
166166

167167
```bash
168-
VERSION=v0.2.0
168+
VERSION=v0.3.0
169169
RELEASE_URL=https://github.com/IvanIsCoding/celq/releases/download/${VERSION}
170170
PLATFORM=x86_64 # or aarch64
171171

docs/installation_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/install.sh | \
2222

2323
To pin a specific version, change the URL to include the version. For example:
2424
```bash
25-
curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/v0.2.0/install.sh | bash
25+
curl --proto '=https' --tlsv1.2 -sSf https://get-celq.github.io/v0.3.0/install.sh | bash
2626
```
2727

28-
Will always install the same version, 0.2.0.
28+
Will always install the same version, 0.3.0.
2929

3030
The `--target` option can be specified to avoid guessing the architecture. For example:
3131
```bash

0 commit comments

Comments
 (0)