summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-18 12:23:55 +0200
committerDylan Araps <dylan.araps@gmail.com>2019-01-18 12:23:55 +0200
commit48945c5cb87cb1f138590b02e2dcb9a850e92bb0 (patch)
tree73c538dd6b1ac351b9872295caf246c64251068e
parentaecebe0502556c60f8c1596d29fc3ee51ce4d70a (diff)
general: version bump.1.4
-rwxr-xr-xfff2
1 files changed, 1 insertions, 1 deletions
diff --git a/fff b/fff
index 594f4eb..1f615c4 100755
--- a/fff
+++ b/fff
@@ -748,7 +748,7 @@ main() {
# Handle version as the first argument.
# TODO: Add full argument passing if I decide to add '-h' etc.
[[ $1 == -v ]] && {
- printf '%s\n' "fff 1.3"
+ printf '%s\n' "fff 1.4"
exit
}