Commit eb33bf115e for wordpress.org

commit eb33bf115e26e173b12fdbd976e13c1965b00bab
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Wed Feb 4 09:06:46 2026 +0000

    Docs: Document some globals in `WP_UnitTestCase_Base` class methods.

    Follow-up to [26005], [27183], [29251], [30276], [35136], [35258], [38678], [39626], [44633], [56212].

    Props noruzzaman, mukesh27, SergeyBiryukov.
    See #64224.
    Built from https://develop.svn.wordpress.org/trunk@61589


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 1a50374451..95d3fd80f5 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61588';
+$wp_version = '7.0-alpha-61589';

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