Commit 302b759655 for wordpress.org
commit 302b7596558cf944004d17e1dbe27a60cbee69fa
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Thu Sep 24 16:17:48 2026 +0000
Build/Test Tools: Check file types in the build directory.
Check the final production build for misplaced CSS and JavaScript files and unexpected file types in their directories. Run the check alongside the existing build verification tasks.
Allow known bundled assets and mark the generated PHP exceptions as provisional while their placement remains under discussion.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13706
Props adrianmoldovanwp.
See #65279.
Built from https://develop.svn.wordpress.org/trunk@63917
git-svn-id: http://core.svn.wordpress.org/trunk@63086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 1eb7a7bf5f..718b47f2ad 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63916';
+$wp_version = '7.2-alpha-63917';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.