Skip to content

Commit 7ea4cb3

Browse files
tools: Bump BATCAT_VERSION from 0.24.0 to 0.25.0 (#7706)
1 parent 1557c9f commit 7ea4cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions/general/bat-cat.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
function run_tool_batcat() {
1111
# Default version
12-
BATCAT_VERSION=${BATCAT_VERSION:-0.24.0} # https://github.com/sharkdp/bat/releases
12+
BATCAT_VERSION=${BATCAT_VERSION:-0.25.0} # https://github.com/sharkdp/bat/releases
1313

1414
declare non_cache_dir="/armbian-tools/batcat" # To deploy/reuse cached batcat in a Docker image.
1515

0 commit comments

Comments
 (0)