diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1db4731..8a0ab65 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -104,7 +104,7 @@ jobs:
- name: Get Bant
run: |
# TODO: provide this as action where we simply say with version=...
- VERSION="v0.1.3"
+ VERSION="v0.1.4"
STATIC_VERSION="bant-${VERSION}-linux-static-x86_64"
wget "https://github.com/hzeller/bant/releases/download/${VERSION}/${STATIC_VERSION}.tar.gz"
tar xvzf "${STATIC_VERSION}.tar.gz"
diff --git a/README.md b/README.md
index 0a613f7..821e8cf 100644
--- a/README.md
+++ b/README.md
@@ -159,12 +159,12 @@ bant already
Right now, these just report with the exit code of `dwyu`, that changes are needed. Nice-to-have would be an integration that sends actionable diffs right into
PR comments. And in general a nicer action integration. PRs welcome.
-### Slow filesystem OS prewarm
+### Slow file system OS pre-warm
-If you work on a slow network filesystem or operate on some cold storage
+If you work on a slow network file system or operate on some cold storage
in a CI, it might take some time for bant to follow directories in globbing
patterns.
-It might be beneficial to pre-warm the OS filesystem cache with
+It might be beneficial to pre-warm the OS file system cache with
accesses `bant` remembers from last time it ran. If a `~/.cache/bant/` directory
exists, bant will make use it for this purpose (if you're on a fast SSD, no
need for it).
@@ -173,7 +173,7 @@ need for it).
```
$ bazel-bin/bant/bant -h
-bant v0.1.3
+bant v0.1.4
Copyright (c) 2024 Henner Zeller. This program is free software; license GPL 2.0.
Usage: bant [options] [bazel-target-pattern]
Options