kiss: 5.5.27

This commit is contained in:
Dylan Araps 2021-08-21 14:27:32 +03:00
parent a0c25b2a89
commit b14526b9bf
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

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