Commit 7aef836cee for wordpress.org

commit 7aef836cee7aca130bbcadee1ab1d7565df2fa36
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Sun Sep 27 17:43:46 2026 +0000

    Tests: Assert the block patterns item schema.

    Verify that OPTIONS succeeds and advertises the expected set of properties in the block patterns schema.

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

    Props shailu25, mukesh27.
    See #40538.

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


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

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

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