We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f85635 commit c5b9c3aCopy full SHA for c5b9c3a
goV2.sh
@@ -258,7 +258,7 @@ getVersion(){
258
NEW_VER="$(normalizeVersion "$(curl ${PROXY} -s "${TAG_URL}" --connect-timeout 10| grep 'tag_name' | cut -d\" -f4)")"
259
260
if [[ "${NEW_VER}" =~ "https" ]]; then
261
- NEW_VER="v4.23.1"
+ NEW_VER="v4.23.4"
262
fi
263
if [[ $? -ne 0 ]] || [[ $NEW_VER == "" ]]; then
264
colorEcho ${RED} "Failed to fetch release information. Please check your network or try again."
0 commit comments