Commit d5b911b696 for wordpress.org

commit d5b911b696594c8721ec6b93350597edbc1d8894
Author: desrosj <desrosj@git.wordpress.org>
Date:   Wed Sep 17 02:13:29 2025 +0000

    Tests: Note image editor class in skipped test note.

    When the image editor being used is available, it should be noted in the skipped test message.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 3da4ecb5dd..282457769c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.9-alpha-60771';
+$wp_version = '6.9-alpha-60772';

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