diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php
index 7d96ece0f9..c08e57f6e9 100644
--- a/wp-admin/update-core.php
+++ b/wp-admin/update-core.php
@@ -313,7 +313,7 @@ function core_auto_updates_settings() {
} else {
update_site_option( 'auto_update_core_major', 0 );
}
- echo '
';
+ echo '
';
_e( 'WordPress auto-update settings updated.' );
echo '
';
}
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 3597ff7a1c..355159b822 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.6-beta3-49489';
+$wp_version = '5.6-beta3-49490';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.