From 8eadfc58b63fb8fffb8220e28476799199c8f7b5 Mon Sep 17 00:00:00 2001 From: marshyon Date: Fri, 5 Sep 2025 19:11:29 +0200 Subject: [PATCH] bump version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index af328d5..239a360 100755 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ case "$OS" in esac # Construct the download URL -VERSION="v0.0.4" +VERSION="v0.0.5" BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH" # Download the binary