Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
general: version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 18, 2019
1 parent aecebe0 commit 48945c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fff
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 48945c5

Please sign in to comment.