From 78e790d2bd93e2ac87d32f82c43b4dfa81663615 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:34:34 +0330 Subject: [PATCH] Main Version --- core/scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/utils.sh b/core/scripts/utils.sh index 377d7ce..b8138d5 100644 --- a/core/scripts/utils.sh +++ b/core/scripts/utils.sh @@ -42,7 +42,7 @@ version_greater_equal() { check_version() { local_version=$(cat /etc/hysteria/VERSION) - latest_version=$(curl -s https://raw.githubusercontent.com/ReturnFI/Hysteria2/Dev/VERSION) + latest_version=$(curl -s https://raw.githubusercontent.com/ReturnFI/Hysteria2/main/VERSION) if version_greater_equal "$local_version" "$latest_version"; then echo -e "Panel Version: ${cyan}$local_version${NC}"