diff --git a/wp-includes/blocks/file/view.asset.php b/wp-includes/blocks/file/view.asset.php index d3fd92c19d..5ac3943c32 100644 --- a/wp-includes/blocks/file/view.asset.php +++ b/wp-includes/blocks/file/view.asset.php @@ -1 +1 @@ - array('wp-polyfill'), 'version' => '650904f3ca9fdeab18131aab66cea896'); \ No newline at end of file + array(), 'version' => '650904f3ca9fdeab18131aab66cea896'); \ No newline at end of file diff --git a/wp-includes/blocks/file/view.min.asset.php b/wp-includes/blocks/file/view.min.asset.php index fb44b982ae..3c640496af 100644 --- a/wp-includes/blocks/file/view.min.asset.php +++ b/wp-includes/blocks/file/view.min.asset.php @@ -1 +1 @@ - array('wp-polyfill'), 'version' => 'e8d668b8e69d9bf1c99dc250d92f2b72'); \ No newline at end of file + array(), 'version' => 'e8d668b8e69d9bf1c99dc250d92f2b72'); \ No newline at end of file diff --git a/wp-includes/version.php b/wp-includes/version.php index e2db690356..4fa87398eb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52010'; +$wp_version = '5.9-alpha-52011'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.