From a104c26283973219d2e83d4c46220b1b16ec575c Mon Sep 17 00:00:00 2001 From: Timothy Jacobs Date: Fri, 6 Nov 2020 22:13:41 +0000 Subject: [PATCH] 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 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 49419f0d98..6b9eae8023 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -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.