kiss; 5.4.9

This commit is contained in:
Dylan Araps 2021-07-08 14:08:21 +03:00
parent abeaf4a7a7
commit 6db1ac3bd0
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

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