From ea58b7c5b4c970213ebe66b5923e72e81580572f Mon Sep 17 00:00:00 2001 From: silime <60662669+silime@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:47:27 +0000 Subject: [PATCH] tools: Bump `BATCAT_VERSION` from 0.24.0 to 0.25.0 --- 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 f389909efa2a..1dc4486045d0 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.24.0} # https://github.com/sharkdp/bat/releases + BATCAT_VERSION=${BATCAT_VERSION:-0.25.0} # https://github.com/sharkdp/bat/releases declare non_cache_dir="/armbian-tools/batcat" # To deploy/reuse cached batcat in a Docker image.