Commit 6c223ea742 for wordpress.org
commit 6c223ea74286b2da61e11ecf4b31b2a87cb434a5
Author: SergeyBiryukov <sergeybiryukov@git.wordpress.org>
Date: Fri Sep 25 12:22:50 2026 +0000
Build/Test Tools: Update PHPStan baseline for `if.alwaysFalse`.
Follow-up to r63930.
Props arshidkv12.
See #65817.
Built from https://develop.svn.wordpress.org/trunk@63931
git-svn-id: http://core.svn.wordpress.org/trunk@63097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 990c49f585..bbd6bcccda 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63930';
+$wp_version = '7.2-alpha-63931';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.