diff --git a/wp-admin/about.php b/wp-admin/about.php index 5e7654188c..a24745d1df 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -211,7 +211,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
diff --git a/wp-includes/version.php b/wp-includes/version.php index cca3c0b7d0..f29dfd8895 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42157'; +$wp_version = '5.0-alpha-42159'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.