General: Reference the correct database version for 5.5.0 upgrades.

Follow up to [48121].

See #50413.
Built from https://develop.svn.wordpress.org/trunk@48122


git-svn-id: http://core.svn.wordpress.org/trunk@47891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-06-22 17:33:08 +00:00
parent 4b60af1a6a
commit acc97eae32
2 changed files with 2 additions and 2 deletions

View File

@ -835,7 +835,7 @@ function upgrade_all() {
upgrade_530();
}
if ( $wp_current_db_version < 48082 ) {
if ( $wp_current_db_version < 48121 ) {
upgrade_550();
}

View File

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