Skip to content

Commit ef0b4f1

Browse files
committed
chore: update version number in install script to 5.0 and adjust banner display accordingly
1 parent b791879 commit ef0b4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Omar Ωr Santos
44
# Web: https://websploit.org
55
# X: @santosomar LinkedIn: https://linkedin.com/in/santosomar
6-
# Version: 4.1
6+
# Version: 5.0
77

88

99
clear
@@ -32,7 +32,7 @@ print_banner() {
3232
clear
3333
# Use cyan for the top/bottom separators and title
3434
echo "${bold}${blue}======================================================================${reset}"
35-
echo "${bold}${cyan} WebSploit Labs Installer (v4.0)${reset}"
35+
echo "${bold}${cyan} WebSploit Labs Installer (v5.0)${reset}"
3636
echo "${bold}${blue}======================================================================${reset}"
3737
echo # Blank line for spacing
3838

0 commit comments

Comments
 (0)