From ef3aea6dff3f496b34338f3ee1fb482b0076105b Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 13 Feb 2025 23:44:23 +0000 Subject: [PATCH] Tests: Rename `rest-api` group to `restapi` for consistency. Rename the group in `tests/phpunit/tests/rest-api/wpIsRestEndpoint.php` to `restapi` for consistency with the group name used by other REST API related tests. Follow up to [57312]. See #62280. Built from https://develop.svn.wordpress.org/trunk@59820 git-svn-id: http://core.svn.wordpress.org/trunk@59162 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7acc4228c2..f416e99144 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59819'; +$wp_version = '6.8-alpha-59820'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.