From 834753473613e05cd2597dc20f40ff70491711e1 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Thu, 21 Aug 2025 11:42:47 +0100 Subject: [PATCH] bump version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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