kiss: bump to 4.0.0

Bumped major version as we've dropped .la files.
This commit is contained in:
Dylan Araps 2020-07-28 03:08:21 +03:00
parent 6eb62bdd97
commit e18826eaf8
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

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