From 1550b7d6ba38df87ccdd366185a31976fdb51f67 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Sat, 5 Jun 2021 16:45:13 +0200 Subject: [PATCH] Update download-latest.sh --- download-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#"`