diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-06-15 13:36:41 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-06-15 13:36:41 -0400 |
commit | ec3bd778daf46c81642c80f80cd0405762412332 (patch) | |
tree | 16cf9f66728c1a8070c8392281a2ef242a2b983f /build/version.sh | |
parent | 8a933df2e2a842dc9fffc6a2fa56b3d3836a3089 (diff) | |
download | bfs-ec3bd778daf46c81642c80f80cd0405762412332.tar.xz |
Release 4.0.74.0.7
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 8f89921..913d6fd 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.6" + echo "4.0.7" fi |