bump version

This commit is contained in:
Jon Brookes 2025-07-16 18:08:24 +01:00
parent 33c8a232c7
commit 3300e4fadb

View file

@ -24,7 +24,7 @@ case "$OS" in
esac esac
# Construct the download URL # 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" BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH"
# Download the binary # Download the binary