Skip to content

Commit

Permalink
chore: bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Pragliola committed Jul 10, 2024
1 parent 0f4c8e2 commit 1260653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can find `furyctl` binaries on the [Releases page](https://github.com/sighup
To download the latest release, run:

```bash
wget -q "https://github.com/sighupio/furyctl/releases/download/v0.11.1/furyctl-$(uname -s)-amd64" -O /tmp/furyctl
wget -q "https://github.com/sighupio/furyctl/releases/download/v0.11.2/furyctl-$(uname -s)-amd64" -O /tmp/furyctl
chmod +x /tmp/furyctl
sudo mv /tmp/furyctl /usr/local/bin/furyctl
```
Expand Down Expand Up @@ -61,7 +61,7 @@ Check that everything is working correctly with `furyctl version`:

```bash
furyctl version
INFO[0000] Furyctl version 0.11.1
INFO[0000] Furyctl version 0.11.2
```

> 💡 **TIP**
Expand Down

0 comments on commit 1260653

Please sign in to comment.