Skip to content

Commit 0b0972c

Browse files
committed
feat: 更新主版本
1 parent 8273895 commit 0b0972c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

goecs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
)
4040

4141
var (
42-
ecsVersion = "v0.1.22"
42+
ecsVersion = "v0.1.23"
4343
menuMode bool
4444
onlyChinaTest bool
4545
input, choice string

goecs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ goecs_check() {
139139
sleep 1
140140
done
141141
if [ -z "$ECS_VERSION" ]; then
142-
_yellow "Unable to get version info, using default version 0.1.22"
143-
ECS_VERSION="0.1.22"
142+
_yellow "Unable to get version info, using default version 0.1.23"
143+
ECS_VERSION="0.1.23"
144144
fi
145145
# Check if original goecs command exists
146146
version_output=""

0 commit comments

Comments
 (0)