We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BATCAT_VERSION
1 parent 1557c9f commit 7ea4cb3Copy full SHA for 7ea4cb3
lib/functions/general/bat-cat.sh
@@ -9,7 +9,7 @@
9
10
function run_tool_batcat() {
11
# Default version
12
- 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
13
14
declare non_cache_dir="/armbian-tools/batcat" # To deploy/reuse cached batcat in a Docker image.
15
0 commit comments