mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Bumped version, v1.1.1
This commit is contained in:
parent
b905684b63
commit
741fe542f1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,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.1.0
|
||||
version=1.1.1
|
||||
|
||||
#========Welcome=======#
|
||||
welcome () {
|
||||
|
|
Loading…
Reference in a new issue