diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 5cf8f9437a..f9f93994e7 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -58,6 +58,7 @@ final class WP_Theme implements ArrayAccess { * @since 5.3.0 Added the Twenty Twenty theme. * @since 5.6.0 Added the Twenty Twenty-One theme. * @since 5.9.0 Added the Twenty Twenty-Two theme. + * @since 6.1.0 Added the Twenty Twenty-Three theme. * @var string[] */ private static $default_themes = array( diff --git a/wp-includes/version.php b/wp-includes/version.php index 1f1f877f5c..bcd0b983de 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta1-55331'; +$wp_version = '6.2-beta1-55332'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.