From fcd890e54625d165c853825cdd4a44d17afd2acd Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 18 Jun 2020 11:26:17 +0000 Subject: [PATCH] Sitemaps: Bump `$wp_db_version` to flush rewrite rules after [48072]. Props ocean90. See #50117. Built from https://develop.svn.wordpress.org/trunk@48079 git-svn-id: http://core.svn.wordpress.org/trunk@47846 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index fa7db25265..cbdb157f4a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,14 +13,14 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48078'; +$wp_version = '5.5-alpha-48079'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 47597; +$wp_db_version = 48072; /** * Holds the TinyMCE version.