Commit b863c8320c for wordpress.org

commit b863c8320c2706e7734a21d887023cae16713265
Author: desrosj <desrosj@git.wordpress.org>
Date:   Wed Sep 18 05:44:12 2024 +0000

    Build/Test Tools: Submit host test results for each PHP version.

    The WordPress Hosting Test Results now supports multiple reports for the same commit from the same test bot. This updates the PHPUnit test workflow to submit results for each version of PHP running the tests.

    Props swissspidy, jorbin, crixu, kirasong, desrosj.
    See #61564.
    Built from https://develop.svn.wordpress.org/trunk@59049


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8649cef4db..380b09dc25 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.7-alpha-59048';
+$wp_version = '6.7-alpha-59049';

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