From d839fd56874db26f29464047ab881fbdd3324c77 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Sat, 16 Aug 2025 15:37:08 +0100 Subject: [PATCH] update: bump infctl version to v0.0.3 in install script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e62c855..561bfb6 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ case "$OS" in esac # Construct the download URL -VERSION="v0.0.2" +VERSION="v0.0.3" BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH" # Download the binary @@ -34,4 +34,4 @@ sudo curl -s -L "$BINARY_URL" -o /usr/local/bin/infctl # Make it executable sudo chmod +x /usr/local/bin/infctl -echo "infctl installed successfully!" \ No newline at end of file +echo "infctl installed successfully!"