Commit 60ce43fb10 for wordpress.org

commit 60ce43fb10e88912f00b7a08c2d17ef99d8096f6
Author: desrosj <desrosj@git.wordpress.org>
Date:   Tue Sep 16 17:39:29 2025 +0000

    Tests: Remove `@group` annotations from abstract classes.

    Labelling abstract classes with group annotations is misleading because they are not executed by PHPUnit without an actual test class extending them.

    See #63167.
    Built from https://develop.svn.wordpress.org/trunk@60770


    git-svn-id: http://core.svn.wordpress.org/trunk@60106 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9af8b8014a..c6d73bebb6 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.9-alpha-60769';
+$wp_version = '6.9-alpha-60770';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.