mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Merge #1399
1399: Update download-latest.sh r=curquiza a=94noni Hey, PR of the weekend :) Kidding, I began to use MeiliSearch recently for fun&personal usage, wishing you good luck for your next v0.21|v1.0 releases Cheers Co-authored-by: Antoine Makdessi <amakdessi@me.com>
This commit is contained in:
commit
7e2d7601f2
@ -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#"`
|
||||
|
Loading…
Reference in New Issue
Block a user