Commit ef85ed97e2 for wordpress.org

commit ef85ed97e27e9b2ce86730e3eb78c069af0d216b
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Fri Apr 25 17:33:33 2025 +0000

    Docs: Correct parameter name in `Spy_REST_Server::set_status()`.

    Follow-up to [51960].

    Props nareshbheda.
    Fixes #63343.
    Built from https://develop.svn.wordpress.org/trunk@60185


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 2ef5b44a2d..08fb129e34 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.9-alpha-60183';
+$wp_version = '6.9-alpha-60185';

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