Update utils.sh

This commit is contained in:
Whispering Wind
2024-08-19 23:53:43 +03:30
committed by GitHub
parent 7da8aee036
commit 86aaa8ad8b

View File

@ -50,5 +50,6 @@ check_version() {
echo -e "Panel Version: ${cyan}$local_version${NC}" echo -e "Panel Version: ${cyan}$local_version${NC}"
echo -e "Latest Version: ${cyan}$latest_version${NC}" echo -e "Latest Version: ${cyan}$latest_version${NC}"
echo -e "${red}Please update your panel.${NC}" echo -e "${red}Please update your panel.${NC}"
echo -e "${cyan}Bug squashing party!${yellow} Update for the best invitation.${NC}"
fi fi
} }