bump version

This commit is contained in:
Dylan Araps 2021-07-01 21:01:43 +00:00
parent af022420b8
commit a959fcf4a0
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

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