File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ goecs_check() {
152152 os=$( uname -s 2> /dev/null || echo " Unknown" )
153153 arch=$( uname -m 2> /dev/null || echo " Unknown" )
154154 check_china
155- ECS_VERSION=" 0.1.104 "
155+ ECS_VERSION=" 0.1.105 "
156156 for api in \
157157 " https://api.github.com/repos/oneclickvirt/ecs/releases/latest" \
158158 " https://githubapi.spiritlhl.workers.dev/repos/oneclickvirt/ecs/releases/latest" \
@@ -164,8 +164,8 @@ goecs_check() {
164164 sleep 1
165165 done
166166 if [ -z " $ECS_VERSION " ]; then
167- _yellow " Unable to get version info, using default version 0.1.104 "
168- ECS_VERSION=" 0.1.104 "
167+ _yellow " Unable to get version info, using default version 0.1.105 "
168+ ECS_VERSION=" 0.1.105 "
169169 fi
170170 version_output=" "
171171 for cmd_path in " goecs" " ./goecs" " /usr/bin/goecs" " /usr/local/bin/goecs" ; do
You can’t perform that action at this time.
0 commit comments