From 2ff558ae7b2f4043fb885530163f44ce9628b22c Mon Sep 17 00:00:00 2001 From: spiritlhl Date: Fri, 3 Jan 2025 16:45:21 +0800 Subject: [PATCH] v0.1.3 --- goecs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goecs.sh b/goecs.sh index fcc4b42..fa8d2ff 100644 --- a/goecs.sh +++ b/goecs.sh @@ -168,8 +168,8 @@ goecs_check() { sleep 1 done if [ -z "$ECS_VERSION" ]; then - _yellow "Unable to get version info, using default version 0.1.2" - ECS_VERSION="0.1.2" + _yellow "Unable to get version info, using default version 0.1.3" + ECS_VERSION="0.1.3" fi # Check if original goecs command exists version_output=""