diff --git a/readme.html b/readme.html
index 8f4906425c..031c0761a5 100644
--- a/readme.html
+++ b/readme.html
@@ -58,7 +58,7 @@
Recommendations
- - PHP version 7 or higher.
+ - PHP version 7.2 or higher.
- MySQL version 5.6 or higher.
- The mod_rewrite Apache module.
- HTTPS support.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0cbabb4e7f..4e29e3fc3e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.0-alpha-42357';
+$wp_version = '5.0-alpha-42358';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.