Skip to content

Commit

Permalink
Update sqlsrv and pdo_sqlsrv to 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Oct 24, 2022
1 parent 5bbbd3f commit 9068f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/extensions/sqlsrv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9068f2e

Please sign in to comment.