Skip to content

Commit

Permalink
Update the recommended MariaDB version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 authored Jun 18, 2024
1 parent 13409da commit ac6295d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function() {
add_shortcode(
'recommended_mariadb',
function() {
return '10.4';
return '10.5';
}
);

Expand Down

0 comments on commit ac6295d

Please sign in to comment.