diff --git a/install.sh b/install.sh index 06b6a8b..e62c855 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ case "$OS" in esac # Construct the download URL -VERSION="v0.0.1" +VERSION="v0.0.2" BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH" # Download the binary