Trunk is now 5.6 alpha.

git-svn-id: https://develop.svn.wordpress.org/trunk@48683 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-07-28 20:54:37 +00:00
parent ed82e57f8c
commit 7aae3c7bbf
4 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@ currently being supported with security updates.
| Version | Supported |
| ------- | ------------------ |
| 5.5.x | :white_check_mark: |
| 5.4.x | :white_check_mark: |
| 5.3.x | :white_check_mark: |
| 5.2.x | :white_check_mark: |

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "5.5.0",
"version": "5.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "5.5.0",
"version": "5.6.0",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"repository": {
"type": "svn",

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-RC1-48681-src';
$wp_version = '5.6-alpha-48683-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.