diff --git a/download-latest.sh b/download-latest.sh index a1f4aa264..03d705b7b 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -22,7 +22,7 @@ semverParseInto() { eval $2=`echo $1 | sed -e "s#$RE#\1#"` #MINOR eval $3=`echo $1 | sed -e "s#$RE#\2#"` - #MINOR + #PATCH eval $4=`echo $1 | sed -e "s#$RE#\3#"` #SPECIAL eval $5=`echo $1 | sed -e "s#$RE#\4#"`