From 90afcf69e46a670f128273408c5d1f5e1871c1d7 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Fri, 3 Dec 2021 13:13:53 +0100 Subject: [PATCH] Version bump --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index f9c5d22..f015281 100755 --- a/pfetch +++ b/pfetch @@ -1842,7 +1842,7 @@ get_ascii() { main() { case $* in -v) - printf '%s 0.7.0\n' "${0##*/}" + printf '%s 0.7.1\n' "${0##*/}" return 0 ;;