diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 3331f0c5dd..cac1f6a410 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -60,6 +60,7 @@ final class WP_Theme implements ArrayAccess { * @since 5.9.0 Added the Twenty Twenty-Two theme. * @since 6.1.0 Added the Twenty Twenty-Three theme. * @since 6.4.0 Added the Twenty Twenty-Four theme. + * @since 6.7.0 Added the Twenty Twenty-Five theme. * @var string[] */ private static $default_themes = array( diff --git a/wp-includes/version.php b/wp-includes/version.php index 9e9802c849..9c2d566fbb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta1-59192'; +$wp_version = '6.7-beta1-59193'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.