App Passwords: Bump database version to flush rewrite rules.

Application Passwords introduced a new Rewrite Rule to handle the Authorization header on certain systems. This bumps the database version so the change is applied to sites upon upgrading to 5.6.

Fixes #51723.


git-svn-id: https://develop.svn.wordpress.org/trunk@49534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Timothy Jacobs
2020-11-06 22:13:41 +00:00
parent da1763cf5b
commit a104c26283

View File

@@ -20,7 +20,7 @@ $wp_version = '5.6-beta3-49486-src';
*
* @global int $wp_db_version
*/
$wp_db_version = 48748;
$wp_db_version = 49534;
/**
* Holds the TinyMCE version.