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!"