Commit 0702cafa87 for wordpress.org

commit 0702cafa875a89a9ad93b975964c7f5cce5ab5f6
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Wed Jul 24 15:10:13 2024 +0000

    Tests: Use more specific assertions in `get_comment_author()` tests.

    Follow-up to [58335].

    See #61530.
    Built from https://develop.svn.wordpress.org/trunk@58803


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index f2964dce2a..87e1174e91 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.7-alpha-58801';
+$wp_version = '6.7-alpha-58803';

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