kiss: 5.6.4

This commit is contained in:
git-bruh 2022-11-01 14:10:12 +05:30
parent fabe05b37d
commit b71f27c891
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -2048,7 +2048,7 @@ args() {
s|search) for pkg do pkg_find "$pkg" all; done ;;
u|update) pkg_update ;;
U|upgrade) pkg_upgrade ;;
v|version) printf '5.6.3\n' ;;
v|version) printf '5.6.4\n' ;;
'')
log 'kiss [a|b|c|d|i|l|r|s|u|U|v] [pkg]...'