From 3300e4fadbf4df647ff9fd86e7d607d67cfb5a08 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Wed, 16 Jul 2025 18:08:24 +0100 Subject: [PATCH] bump version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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