diff --git a/wp-admin/maint/repair.php b/wp-admin/maint/repair.php index aa7028878b..163d6b5f1e 100644 --- a/wp-admin/maint/repair.php +++ b/wp-admin/maint/repair.php @@ -27,7 +27,7 @@ header( 'Content-Type: text/html; charset=utf-8' ); ' . __( 'Allow automatic database repair' ) . ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index 471cb0cc68..212c913cb7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42203'; +$wp_version = '5.0-alpha-42205'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.