From 764c7519baf32d69a4c84c9fe07e319b884097e6 Mon Sep 17 00:00:00 2001 From: Stefal <8255984+Stefal@users.noreply.github.com> Date: Tue, 16 Dec 2025 04:21:20 +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.