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 2d8416e commit 71455d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fff
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,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.2"
printf '%s\n' "fff 1.3"
exit
}

Expand Down
2 changes: 1 addition & 1 deletion fff.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.
.TH FFF "1" "October 2018" "fff" "User Commands"
.TH FFF "1" "January 2019" "fff" "User Commands"
.SH NAME
fff \- :rocket: fucking fast file-manager
.SH SYNOPSIS
Expand Down

0 comments on commit 71455d0

Please sign in to comment.