Skip to content

Commit 33157c4

Browse files
committed
Corrected issue with version number in header
1 parent 4a11d4b commit 33157c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SimpleSystemUpdate.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#-------------------------------------------------------------------
44
# FILE NAME: SimpleSystemUpdate.sh
5-
# VERSION: 2.0.0
6-
# RELEASED: 27-APR-2020
7-
# URL: https://github.com/laidbackcoder/Simple-System-Update
5+
# VERSION: 2.0.0
6+
# RELEASED: 27-APR-2020
7+
# URL: https://github.com/laidbackcoder/Simple-System-Update
88
#-------------------------------------------------------------------
99

1010
clear
@@ -16,7 +16,7 @@ echo " / __\\ \\ / / __|_ _| __| \\/ | | | | | _ \\ \\ /_\\_ _| __|"
1616
echo " \\__ \\\\\ V /\\__ \\ | | | _|| |\\/| | | |_| | _/ |) / _ \\| | | _| "
1717
echo " |___/ |_| |___/ |_| |___|_| |_| \\___/|_| |___/_/ \\_\\_| |___|"
1818
echo " "
19-
echo "VERSION: 1.0.0 (03-APR-2020)"
19+
echo "VERSION: 2.0.0 (27-APR-2020)"
2020

2121

2222
#----------------------------------

0 commit comments

Comments
 (0)