Commit abfc1df7a8 for wordpress.org

commit abfc1df7a82581f5f78d2c2683bdae7fbc89d993
Author: desrosj <desrosj@git.wordpress.org>
Date:   Tue Sep 16 17:19:32 2025 +0000

    Tests: Add image editor specific group annotations for resize test classes.

    This adds the `wp-image-editor-gd` and `wp-image-editor-imagick` group annotation to the `Test_Image_Resize_GD` and `Test_Image_Resize_Imagick` test classes, respectively.

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


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

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

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