diff --git a/readme.html b/readme.html index 5249c316e8..c52484d9b1 100644 --- a/readme.html +++ b/readme.html @@ -33,7 +33,6 @@

Updating

Using the Automatic Updater

-

If you are updating from version 2.7 or higher, you can use the automatic updater:

  1. Open wp-admin/update-core.php in your browser and follow the instructions.
  2. You wanted more, perhaps? That’s it!
  3. diff --git a/wp-includes/version.php b/wp-includes/version.php index dec778f7a0..4bf37c6d9b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47055'; +$wp_version = '5.4-alpha-47056'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.