diff --git a/readme.html b/readme.html
index 3331d0dc46..2014afd2dd 100644
--- a/readme.html
+++ b/readme.html
@@ -58,7 +58,7 @@
Recommendations
- PHP version 7.4 or greater.
- - MySQL version 5.6 or greater OR MariaDB version 10.1 or greater.
+ - MySQL version 5.6 or greater OR MariaDB version 10.1 or greater.
- The mod_rewrite Apache module.
- HTTPS support.
- A link to wordpress.org on your site.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index b300a759f5..5edde15cf1 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.9-beta2-52357';
+$wp_version = '5.9-beta2-52358';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.