From 6c1274339d416c51c55e02eea7b0a18bc76135e0 Mon Sep 17 00:00:00 2001 From: sindricn Date: Wed, 1 Oct 2025 12:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hy2-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy2-manager.sh b/hy2-manager.sh index 0c083ab..d91f0ca 100644 --- a/hy2-manager.sh +++ b/hy2-manager.sh @@ -137,7 +137,7 @@ check_script_integrity() { print_header() { clear echo -e "${CYAN}================================================${NC}" - echo -e "${CYAN} Hysteria2 配置管理脚本 v1.1.0${NC}" + echo -e "${CYAN} Hysteria2 配置管理脚本 v1.1.1${NC}" echo -e "${CYAN}================================================${NC}" echo "" }