From 080c62cd93f3f0e4d0ada4bbe3215335d52b4734 Mon Sep 17 00:00:00 2001 From: lihualong Date: Sat, 8 Mar 2025 21:09:05 +0800 Subject: [PATCH] Update --- goecs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goecs.sh b/goecs.sh index 9769844..d531681 100644 --- a/goecs.sh +++ b/goecs.sh @@ -139,8 +139,8 @@ goecs_check() { sleep 1 done if [ -z "$ECS_VERSION" ]; then - _yellow "Unable to get version info, using default version 0.1.8" - ECS_VERSION="0.1.8" + _yellow "Unable to get version info, using default version 0.1.16" + ECS_VERSION="0.1.16" fi # Check if original goecs command exists version_output=""