Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Jan 3, 2025
1 parent f5d9752 commit 2ff558a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goecs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ goecs_check() {
sleep 1
done
if [ -z "$ECS_VERSION" ]; then
_yellow "Unable to get version info, using default version 0.1.2"
ECS_VERSION="0.1.2"
_yellow "Unable to get version info, using default version 0.1.3"
ECS_VERSION="0.1.3"
fi
# Check if original goecs command exists
version_output=""
Expand Down

0 comments on commit 2ff558a

Please sign in to comment.