diff options
author | Dylan Araps <dylan.araps@gmail.com> | 2019-01-27 19:23:13 +0200 |
---|---|---|
committer | Dylan Araps <dylan.araps@gmail.com> | 2019-01-27 19:23:13 +0200 |
commit | 152a34ebd22e7e32879bf67755eaac71e8e28a04 (patch) | |
tree | faf1766ca85d18a9feadb694512faf7dc917ded2 | |
parent | dcd8ce03f8de0d09501161e1540120d9eb52a969 (diff) |
docs: update1.7
-rwxr-xr-x | fff | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -849,7 +849,7 @@ main() { # Handle version as the first argument. [[ $1 == -v ]] && { - printf '%s\n' "fff 1.6" + printf '%s\n' "fff 1.7" exit } |