version: bump

This commit is contained in:
Dylan Araps 2019-09-15 10:42:18 +03:00
parent af9b6f5698
commit d323264668
1 changed files with 7 additions and 5 deletions

4
kiss
View File

@ -368,6 +368,8 @@ pkg_build() {
done
set -- $deps $explicit
echo "$explicit_build"
echo "$deps - $explicit"
log "Building: $*"
@ -950,7 +952,7 @@ args() {
;;
v|version|-v|--version)
printf 'kiss 0.22.0\n'
printf 'kiss 0.30.0\n'
;;
h|help|-h|--help|'')