Post 5.7.1 version bump.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50758 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2021-04-15 03:31:20 +00:00
parent 9b304bdb93
commit 9bb6253a51
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

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