summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-10-31 15:38:15 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-10-31 15:38:15 -0400
commitb00341a45238d383fa27289a53798eef856092bb (patch)
tree63f422fa374ee3febeca6e86bd23c77107273327 /build
parente831a394426e19c39f94d9e8802aead7f25ba00d (diff)
downloadbfs-4.0.4.tar.xz
Release 4.0.4HEAD4.0.4main
Diffstat (limited to 'build')
-rwxr-xr-xbuild/version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/version.sh b/build/version.sh
index c998541..ba5447f 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.3"
+ echo "4.0.4"
fi