diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-08-11 19:28:28 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-08-11 19:28:28 -0400 |
commit | d2ec74c8893e47005404065007ba7ad376aab20c (patch) | |
tree | eff74123181df34e6a43e10a8b2e03bec3ccfd0f /build/version.sh | |
parent | 1bae72d2b5bbbf7d71b1ff9a1f88fbe560d9b7ba (diff) | |
download | bfs-d2ec74c8893e47005404065007ba7ad376aab20c.tar.xz |
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 ec0663a..734d897 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.8" + echo "4.1" fi |