Commit e2f035dba6 for wordpress.org

commit e2f035dba666a4e96175d85dd859a46fe7485d5d
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Fri Sep 25 15:30:52 2026 +0000

    Tests: Use strict assertions for REST responses and theme previews.

    Compare REST response status codes and theme-preview hook priorities with integer expectations. Check ability pagination headers against string expectations without casting the returned values.

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

    Props shreyasikhar26.
    See #64895.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0cf263ef1a..f657a91ea0 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63934';
+$wp_version = '7.2-alpha-63935';

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