Commit 9a4d339335 for wordpress.org
commit 9a4d3393356a7a78cd4091269114137d4265eb24
Author: Aaron Jorbin <aaron@jorb.in>
Date: Tue Jul 1 22:59:29 2025 +0000
Coding Standards: Ignore blank space only commit.
Follow-up to [60402].
Built from https://develop.svn.wordpress.org/trunk@60403
git-svn-id: http://core.svn.wordpress.org/trunk@59739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 15355bb806..0e2d47b968 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.9-alpha-60402';
+$wp_version = '6.9-alpha-60403';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.