Commit 41a507c022 for wordpress.org

commit 41a507c022d7957d40375aecb773e4caf0704219
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Sun Sep 27 17:40:47 2026 +0000

    Tests: Assert REST font collections context parameters.

    Verify the default and supported contexts advertised by OPTIONS for the font collections and individual collection routes.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/13774

    Props shailu25.
    See #40538.

    Built from https://develop.svn.wordpress.org/trunk@63951


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 3aac5195c3..0898bacd7d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63950';
+$wp_version = '7.2-alpha-63951';

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