Commit 6ab237015f for wordpress.org

commit 6ab237015fdd43484d4545873190cd2c98f5b0ce
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Fri Dec 19 23:18:30 2025 +0000

    Tests: Update scripts tests to use semantic HTML comparison.

    This aims to make the tests more robust.

    Follow-up to [50167], [60295], [61391], [61392].

    Props jonsurrell.
    See #64225.
    Built from https://develop.svn.wordpress.org/trunk@61394


    git-svn-id: http://core.svn.wordpress.org/trunk@60706 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index e4b0dd4842..454ed5574e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61392';
+$wp_version = '7.0-alpha-61394';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.