Commit c678f22d75 for wordpress.org

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

    Tests: Assert REST block renderer context parameters.

    Verify the context default and supported value advertised by OPTIONS for the block renderer route.

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

    Props shailu25.
    See #40538.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 2e5e352826..73daf1a376 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63954';
+$wp_version = '7.2-alpha-63955';

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