From b6ebd7ff5e98c72dbcefc98a4c2e63a7d34b5016 Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Sat, 1 Jun 2024 12:58:03 -0400 Subject: [PATCH] bump version --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 6cb4680..01591a3 100755 --- a/pfetch +++ b/pfetch @@ -2233,7 +2233,7 @@ get_ascii() { main() { case $* in -v|--version) - printf '%s 1.0.1\n' "${0##*/}" + printf '%s 1.1.0\n' "${0##*/}" return 0 ;;