From 86aaa8ad8be316d8ec54a3d2181098d55194532a Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:53:43 +0330 Subject: [PATCH] Update utils.sh --- core/scripts/utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/core/scripts/utils.sh b/core/scripts/utils.sh index b8138d5..66dfa87 100644 --- a/core/scripts/utils.sh +++ b/core/scripts/utils.sh @@ -50,5 +50,6 @@ check_version() { echo -e "Panel Version: ${cyan}$local_version${NC}" echo -e "Latest Version: ${cyan}$latest_version${NC}" echo -e "${red}Please update your panel.${NC}" + echo -e "${cyan}Bug squashing party!${yellow} Update for the best invitation.${NC}" fi }