kiss: 5.4.7

This commit is contained in:
Dylan Araps 2021-07-06 19:59:53 +03:00
parent fe1d610054
commit 62e0c14f01
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1617,7 +1617,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
v|version) printf '5.4.6\n' ;;
v|version) printf '5.4.7\n' ;;
'')
log 'kiss [a|b|c|d|i|l|r|s|u|v] [pkg]...'