summaryrefslogtreecommitdiffstats
path: root/build/version.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-06-20 09:50:49 -0400
committerTavian Barnes <tavianator@tavianator.com>2025-06-20 09:50:49 -0400
commitf34189e84e2a2c8002eaf4f35743c63f6a807b29 (patch)
tree11d9a695e1015eda61dfc9dc103423cf97c4d4d3 /build/version.sh
parent666bd94f932ec6f1b031f3220bbc9f55ca83c409 (diff)
downloadbfs-f34189e84e2a2c8002eaf4f35743c63f6a807b29.tar.xz
Release 4.0.8
Diffstat (limited to 'build/version.sh')
-rwxr-xr-xbuild/version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/version.sh b/build/version.sh
index 913d6fd..ec0663a 100755
--- a/build/version.sh
+++ b/build/version.sh
@@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
elif [ -e "$DIR/.git" ] && command -v git >/dev/null 2>&1; then
git -C "$DIR" describe --always --dirty
else
- echo "4.0.7"
+ echo "4.0.8"
fi