diff --git a/readme.html b/readme.html
index 2fa24a4001..f152848433 100644
--- a/readme.html
+++ b/readme.html
@@ -51,13 +51,13 @@
System Requirements
- - PHP version 7.2.24 or greater.
+ - PHP version 7.2.24 or greater.
- MySQL version 5.5.5 or greater.
Recommendations
- - PHP version 7.4 or greater.
+ - PHP version 7.4 or greater.
- MySQL version 8.0 or greater OR MariaDB version 10.4 or greater.
- The mod_rewrite Apache module.
- HTTPS support.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index af75cccf86..f62b120823 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.6-alpha-58120';
+$wp_version = '6.6-alpha-58121';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.