Commit 0bf74deeec for wordpress.org

commit 0bf74deeec18ad163eebf173037b2435da1ed413
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Wed Dec 24 23:53:35 2025 +0000

    Tests: Rename the `admin/includesUser.php` test file to be more descriptive.

    * Include the path, file name, and function name to better indicate the tested function.
    * Move `@covers` annotation to the test class level.

    Follow-up to [49109].

    Props poena.
    See #53010.
    Built from https://develop.svn.wordpress.org/trunk@61407


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 14f146081b..d13e963841 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61406';
+$wp_version = '7.0-alpha-61407';

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