Update sqlsrv and pdo_sqlsrv to 5.10.1
This commit is contained in:
parent
5bbbd3fdf6
commit
9068f2e46f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ get_sqlsrv_version() {
|
|||
if [[ "${version:?}" =~ 7.[0-3] ]]; then
|
||||
echo '5.9.0'
|
||||
else
|
||||
echo '5.10.0'
|
||||
echo '5.10.1'
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue