Commit 5a044d0671 for wordpress.org
commit 5a044d067163c4cfb0758377113d4c4bb5a9d2e0
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Fri Jan 2 22:12:32 2026 +0000
Tests: Reset environment before performing assertions in `populate_network()` tests.
This aims to avoid affecting other tests in case of failure.
Follow-up to [60954], [61420].
See #64225.
Built from https://develop.svn.wordpress.org/trunk@61423
git-svn-id: http://core.svn.wordpress.org/trunk@60735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 25b45366e2..25d3386a87 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61422';
+$wp_version = '7.0-alpha-61423';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.