Commit 17cf238783 for wordpress.org
commit 17cf2387837e69f58cd40e9b43573e5ed1f55ac8
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Tue Sep 22 23:05:48 2026 +0000
Tests: Use strict assertions in additional test cases.
Replace loose equality and inequality assertions in selected core tests with strict comparisons where the fixtures and surrounding assertions establish the expected types.
Developed in: https://github.com/WordPress/wordpress-develop/pull/12583
Props soean, mukesh27, desrosj.
See #64895.
Built from https://develop.svn.wordpress.org/trunk@63880
git-svn-id: http://core.svn.wordpress.org/trunk@63052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 5b55f5f9ff..264b8b724e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63879';
+$wp_version = '7.2-alpha-63880';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.