diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-01-18 15:36:46 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-01-18 15:36:46 -0500 |
commit | be8aa86151fe540899c572cb1305c2ab7bbb52de (patch) | |
tree | f81cb310ebf7abe7aed0264275f8a831da3ae094 /build/version.sh | |
parent | 4859d498c7b80f8bc05621241fbb5c1ff7d80c83 (diff) | |
download | bfs-be8aa86151fe540899c572cb1305c2ab7bbb52de.tar.xz |
Release 4.0.54.0.5
Diffstat (limited to 'build/version.sh')
-rwxr-xr-x | build/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/version.sh b/build/version.sh index ba5447f..82b7389 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.4" + echo "4.0.5" fi |