diff --git a/readme.html b/readme.html
index d9840bd2de..20272c19bf 100644
--- a/readme.html
+++ b/readme.html
@@ -58,7 +58,7 @@
Recommendations
- PHP version 7.4 or greater.
- - MySQL version 5.7 or greater OR MariaDB version 10.2 or greater.
+ - MySQL version 5.7 or greater OR MariaDB version 10.3 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 1c1541ae48..82ebe68494 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.1-alpha-53433';
+$wp_version = '6.1-alpha-53435';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.