From 41e94f87bf0db96c94403e4f206248d23cd5f2a7 Mon Sep 17 00:00:00 2001 From: Zokhoi <20432565+Zokhoi@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:44:00 +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.