Bumped version, 1.1.0

This commit is contained in:
G2-Games 2023-03-07 00:20:30 -06:00
parent 61ddc11af7
commit 4e5b2a848e

View file

@ -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 () {