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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 1, 2021
1 parent af02242 commit a959fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
v|version) printf '6.0.0 (git)\n' ;;
v|version) printf '5.4.0\n' ;;

'')
log 'kiss [a|b|c|d|i|l|r|s|u|v] [pkg]...'
Expand Down

0 comments on commit a959fcf

Please sign in to comment.