From 4e5b2a848e21c3f5817d6ea5208e77ec5e2a5282 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Tue, 7 Mar 2023 00:20:30 -0600 Subject: [PATCH] Bumped version, 1.1.0 --- welcome.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/welcome.sh b/welcome.sh index adf6fa2..2db4495 100755 --- a/welcome.sh +++ b/welcome.sh @@ -1,4 +1,3 @@ -# shellcheck source=/home/g2/Documents/projects/code/misc/welcome.sh/welcome.sh # Bash "strict mode" => http://redsymbol.net/articles/unofficial-bash-strict-mode/ set -euo pipefail IFS=$'\n\t' @@ -7,7 +6,7 @@ export LC_NUMERIC="en_US.UTF-8" &> /dev/null #Fix for locales that use , instead # Define "global" variables environment=$(ps -o args= -p $$ | grep -Em 1 -o '\w{0,5}sh' | head -1) -version=1.0.5 +version=1.1.0 #========Welcome=======# welcome () {