Post WordPress 5.5.2 version bump. The 5.5 branch is now 5.5.3 alpha.

git-svn-id: https://develop.svn.wordpress.org/branches/5.5@49449 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-10-29 20:54:11 +00:00
parent 9ff2f12519
commit 902584148e
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "5.5.2",
"version": "5.5.3",
"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.2-src';
$wp_version = '5.5.3-alpha-49449-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.