Commit 58394ab04e for wordpress.org

commit 58394ab04eda59640e1a97e40498bf0080e157a5
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Sun Sep 27 17:41:44 2026 +0000

    Tests: Assert the block pattern categories item schema.

    Verify that OPTIONS advertises the expected name, label, and description properties in the block pattern categories schema.

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

    Props shailu25.
    See #40538.

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


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

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

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