From c43600e7c7998a64dc08a1ee3bf4cd52122f297b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Jul 2021 12:06:54 +0300 Subject: [PATCH] 5.5.8 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index ff960fa..57499e1 100755 --- a/kiss +++ b/kiss @@ -1760,7 +1760,7 @@ args() { r|remove) for pkg in $redro; do pkg_remove "$pkg"; done ;; s|search) for pkg do pkg_find "$pkg" all; done ;; u|update) pkg_update ;; - v|version) printf '5.5.7\n' ;; + v|version) printf '5.5.8\n' ;; '') log 'kiss [a|b|c|d|i|l|r|s|u|v] [pkg]...'