diff --git a/wp-includes/version.php b/wp-includes/version.php index b731987492..93c65a74c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,14 +13,14 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta3-49513'; +$wp_version = '5.6-beta3-49534'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 48748; +$wp_db_version = 49534; /** * Holds the TinyMCE version.