From d53a0a75f79056a3e7914a24e6376ed98074dcc6 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Fri, 5 Sep 2025 18:09:02 +0100 Subject: [PATCH] bump version --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 239a360..07a7980 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,6 @@ case "$OS" in *) echo "Unsupported OS: $OS"; exit 1 ;; esac -# Construct the download URL VERSION="v0.0.5" BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH"