We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8273895 commit 0b0972cCopy full SHA for 0b0972c
goecs.go
@@ -39,7 +39,7 @@ import (
39
)
40
41
var (
42
- ecsVersion = "v0.1.22"
+ ecsVersion = "v0.1.23"
43
menuMode bool
44
onlyChinaTest bool
45
input, choice string
goecs.sh
@@ -139,8 +139,8 @@ goecs_check() {
139
sleep 1
140
done
141
if [ -z "$ECS_VERSION" ]; then
142
- _yellow "Unable to get version info, using default version 0.1.22"
143
- ECS_VERSION="0.1.22"
+ _yellow "Unable to get version info, using default version 0.1.23"
+ ECS_VERSION="0.1.23"
144
fi
145
# Check if original goecs command exists
146
version_output=""
0 commit comments