This commit is contained in:
Jephté Clain 2015-03-05 09:43:00 +04:00
parent c82934ca77
commit 6fa1758a80
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
007021002
007021003

View File

@ -183,7 +183,7 @@ function semver_setmetadata() {
__semver_check_metadata "$1" || return 1
array_split "$6" "$1" .
else
array_new "$5"
array_new "$6"
fi
return 0
}