diff --git a/install.sh b/install.sh index af328d5..239a360 100755 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ case "$OS" in esac # Construct the download URL -VERSION="v0.0.4" +VERSION="v0.0.5" BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH" # Download the binary