diff --git a/wp-includes/version.php b/wp-includes/version.php index 8f60b2ea33..c77b51cec9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta2-53240'; +$wp_version = '6.0-beta2-53241'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.