Commit 470ffed982 for wordpress.org

commit 470ffed9828035d54558db180deb08bd87c460cb
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Wed Sep 23 17:17:48 2026 +0000

    Tests: Use strict assertions in REST API tests.

    Use type-strict assertions for REST response values and metadata. Match expected types to raw database values and REST schema sanitization, and explicitly check for null when JSON parameters are absent.

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

    Props haritpanchal.
    See #64895.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 4e953e8151..645d5ba893 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63895';
+$wp_version = '7.2-alpha-63896';

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