diff --git a/install.sh b/install.sh index 561bfb6..231a895 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ case "$OS" in esac # Construct the download URL -VERSION="v0.0.3" +VERSION="v0.0.4" BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH" # Download the binary