Post WordPress 6.0 version bump.

The 6.0 branch is now 6.0.1-alpha.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53446 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2022-05-24 20:17:31 +00:00
parent 3564881b32
commit 0a6c37ceb0
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

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

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-src';
$wp_version = '6.0.1-alpha-53446-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.