Skip to content

Commit 9e22d1b

Browse files
chore: update ECS_VERSION to 0.1.108 in goecs.sh
1 parent 284f6b8 commit 9e22d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

goecs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.107"
155+
ECS_VERSION="0.1.108"
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.107"
168-
ECS_VERSION="0.1.107"
167+
_yellow "Unable to get version info, using default version 0.1.108"
168+
ECS_VERSION="0.1.108"
169169
fi
170170
version_output=""
171171
for cmd_path in "goecs" "./goecs" "/usr/bin/goecs" "/usr/local/bin/goecs"; do

0 commit comments

Comments
 (0)