Commit a08ec7e522 for wordpress.org
commit a08ec7e5221f9abeb10efa50c6e589824e1f52b3
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Wed Dec 17 23:39:37 2025 +0000
Tests: Use `assertEqualHTML()` in Script Modules HTML tests.
This aims to make the tests more robust.
Follow-up to [58579].
Props jonsurrell.
See #64225.
Built from https://develop.svn.wordpress.org/trunk@61391
git-svn-id: http://core.svn.wordpress.org/trunk@60703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9628569fc6..a2f4aa6b1c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61390';
+$wp_version = '7.0-alpha-61391';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.