feat: 更新主版本

This commit is contained in:
spiritsoul
2025-03-30 20:58:03 +08:00
parent 8273895def
commit 0b0972cc3e
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ import (
)
var (
ecsVersion = "v0.1.22"
ecsVersion = "v0.1.23"
menuMode bool
onlyChinaTest bool
input, choice string

View File

@@ -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.22"
ECS_VERSION="0.1.22"
_yellow "Unable to get version info, using default version 0.1.23"
ECS_VERSION="0.1.23"
fi
# Check if original goecs command exists
version_output=""