From 8f6e671c6290b9697e231a8f86c86a03bf262dd4 Mon Sep 17 00:00:00 2001 From: NickAlilovic <157535825+NickAlilovic@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:50:28 +0000 Subject: [PATCH] tools: Bump `BATCAT_VERSION` from 0.25.0 to 0.26.1 --- lib/functions/general/bat-cat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/general/bat-cat.sh b/lib/functions/general/bat-cat.sh index 1dc4486045d0..30d0ef25efe6 100644 --- a/lib/functions/general/bat-cat.sh +++ b/lib/functions/general/bat-cat.sh @@ -9,7 +9,7 @@ function run_tool_batcat() { # Default version - BATCAT_VERSION=${BATCAT_VERSION:-0.25.0} # https://github.com/sharkdp/bat/releases + BATCAT_VERSION=${BATCAT_VERSION:-0.26.1} # https://github.com/sharkdp/bat/releases declare non_cache_dir="/armbian-tools/batcat" # To deploy/reuse cached batcat in a Docker image.