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

Commit

Permalink
kiss: 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 15, 2021
1 parent 534ab0d commit 46993df
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 @@ -1760,7 +1760,7 @@ args() {
r|remove) for pkg in $redro; do pkg_remove "$pkg"; done ;;
s|search) for pkg do pkg_find_die "$pkg" all; done ;;
u|update) pkg_update ;;
v|version) printf '5.4.11\n' ;;
v|version) printf '5.5.0\n' ;;

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

0 comments on commit 46993df

Please sign in to comment.