Post branching 5.8 version bump.

`trunk` is now `5.9-alpha`.

git-svn-id: https://develop.svn.wordpress.org/trunk@51272 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-06-30 03:54:44 +00:00
parent 47b4353470
commit a749bada78
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "5.8.0",
"version": "5.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "WordPress",
"version": "5.8.0",
"version": "5.9.0",
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
"repository": {
"type": "svn",
+1 -1
View File
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-RC1-51270-src';
$wp_version = '5.9-alpha-51272-src';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.