diff --git a/wp-includes/class-wp-block-type.php b/wp-includes/class-wp-block-type.php index d5f34a2520..e3fd7c7411 100644 --- a/wp-includes/class-wp-block-type.php +++ b/wp-includes/class-wp-block-type.php @@ -174,7 +174,7 @@ class WP_Block_Type { /** * Block type front end only script handle. * - * @since 5.0.0 + * @since 5.8.0 * @var string|null */ public $view_script = null; diff --git a/wp-includes/version.php b/wp-includes/version.php index 9960a31f71..7b95e7eb83 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta4-51259'; +$wp_version = '5.8-beta4-51260'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.