From 15cef855d6cb58ac5fae38d5e2ca8772e32637a1 Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sun, 1 Feb 2026 20:49:38 +0000 Subject: [PATCH] Update installer --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 73d959e..a65754c 100644 --- a/installer.sh +++ b/installer.sh @@ -4,7 +4,7 @@ set -eu install() { BINARY_NAME="crib" - BIN_URL="https://git.syedm.dev/SyedM/crib/releases/download/v0.0.4-alpha/crib" + BIN_URL="https://git.syedm.dev/SyedM/crib/releases/download/v0.0.5-alpha/crib" echo "Install or update locally (~/.local/bin) or globally (/usr/bin)? [l/g]" read -r choice