Commit 206671078c for wordpress.org

commit 206671078c4c48cd30377f7dd3a6e15779298e88
Author: desrosj <desrosj@git.wordpress.org>
Date:   Tue Sep 16 01:16:31 2025 +0000

    Build/Test Tools: Add `branch` filtering to upgrade test workflow.

    The upgrade testing workflow is only meant to run from `trunk`. When a pull request as any other BASE branch, the workflow should not run.

    See #63170.
    Built from https://develop.svn.wordpress.org/trunk@60767


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index d0dccb7c24..fbb4f0b2dc 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.9-alpha-60765';
+$wp_version = '6.9-alpha-60767';

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