Commit 60e286de95 for wordpress.org
commit 60e286de95c2ec5a864da857a00534d7754a3d37
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 21 17:11:45 2026 +0000
Tests: Use strict assertions for REST schema sanitization.
Verify both the values and types returned by schema sanitization. Use float expectations for number schemas while preserving original types for properties without a matching schema.
Developed in: https://github.com/WordPress/wordpress-develop/pull/12613
Props thisismyurl, mukesh27.
See #64895.
Built from https://develop.svn.wordpress.org/trunk@63773
git-svn-id: http://core.svn.wordpress.org/trunk@62945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 1a149cb3e1..316dc9caba 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63772';
+$wp_version = '7.2-alpha-63773';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.