Skip to content

Commit

Permalink
v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
escapace committed Jun 7, 2023
1 parent 3c4e223 commit 5a03c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
exit 1
fi

MANAGE_VERSION="v3.9.0"
MANAGE_VERSION="v3.9.1"

MANAGE_IS_CI () {
# Returns 0 if the current environment
Expand Down Expand Up @@ -943,7 +943,7 @@ MANAGE_GET_YQ() {
if [[ -f "${binary}" ]]
then
localVersion="$("${binary}" --version 2>/dev/null)" || download=true
localVersion="${localVersion##"yq version "}"
localVersion="${localVersion##"yq (https://github.com/mikefarah/yq/) version "}"

if [[ "${localVersion}" == "${version}" ]]
then
Expand Down

0 comments on commit 5a03c11

Please sign in to comment.