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.