bump version

This commit is contained in:
Dylan Araps 2020-11-26 14:22:41 +02:00
parent f7957e12f7
commit 3f65c8a725
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1551,7 +1551,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
v|version) printf '5.2.1\n' ;;
v|version) printf '5.2.2\n' ;;
'')
log 'kiss [a|b|c|d|i|l|r|s|u|v] [pkg]...'