kiss: 6.1.2

This commit is contained in:
phoebos 2024-05-03 14:02:38 +01:00
parent f314e32fab
commit 71a138e2da
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
kiss
View File

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