kiss: 5.4.5

This commit is contained in:
Dylan Araps 2021-07-06 12:30:53 +03:00
parent 0d69e23048
commit 2f48bff2e7
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

@ -1613,7 +1613,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.4\n' ;;
v|version) printf '5.4.5\n' ;;
'')
log 'kiss [a|b|c|d|i|l|r|s|u|v] [pkg]...'