kiss: bump version

This commit is contained in:
Dylan Araps 2020-05-07 14:42:52 +03:00
parent c72a6c34db
commit 69a4a5d255
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

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