Skip to content

Commit c5b9c3a

Browse files
authored
Update goV2.sh
1 parent 7f85635 commit c5b9c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goV2.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ getVersion(){
258258
NEW_VER="$(normalizeVersion "$(curl ${PROXY} -s "${TAG_URL}" --connect-timeout 10| grep 'tag_name' | cut -d\" -f4)")"
259259

260260
if [[ "${NEW_VER}" =~ "https" ]]; then
261-
NEW_VER="v4.23.1"
261+
NEW_VER="v4.23.4"
262262
fi
263263
if [[ $? -ne 0 ]] || [[ $NEW_VER == "" ]]; then
264264
colorEcho ${RED} "Failed to fetch release information. Please check your network or try again."

0 commit comments

Comments
 (0)