From 126065347318706c6bb64ef9d66ac3018e5bed71 Mon Sep 17 00:00:00 2001 From: Alessio Pragliola Date: Wed, 10 Jul 2024 18:53:42 +0200 Subject: [PATCH] chore: bump version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9fb10ffe..22815d596 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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**