From 6ff4033a13742b0d827e5b8c52c5b896c182e198 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Wed, 16 Jul 2025 18:12:46 +0100 Subject: [PATCH] bump version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80ee597..1d1143e 100644 --- a/README.md +++ b/README.md @@ -74,18 +74,18 @@ manually download the pre-built binary for your platform from the [releases page 1. Download the binary for your platform: - **Linux**: ```bash - wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.1/infctl-linux-amd64 -O /usr/local/bin/infctl + wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.2/infctl-linux-amd64 -O /usr/local/bin/infctl ``` - **Windows**: Download the `.exe` file from the [releases page](https://codeberg.org/headshed/infctl-cli/releases) and place it in a directory included in your `PATH`. - **macOS (Intel)**: ```bash - wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.1/infctl-darwin-amd64 -O /usr/local/bin/infctl + wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.2/infctl-darwin-amd64 -O /usr/local/bin/infctl ``` - **macOS (Apple Silicon)**: ```bash - wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.1/infctl-darwin-arm64 -O /usr/local/bin/infctl + wget https://codeberg.org/headshed/infctl-cli/releases/download/v0.0.2/infctl-darwin-arm64 -O /usr/local/bin/infctl ``` 2. Make the binary executable: