Commit 595ea71cb0 for wordpress.org

commit 595ea71cb0f7e624b44c77c479c2dbc0f453a57c
Author: jonsurrell <jonsurrell@git.wordpress.org>
Date:   Fri Dec 26 11:53:35 2025 +0000

    Tests: Update fonts tests to use semantic HTML comparison.

    This aims to make the tests more robust.

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

    Props jonsurrell.
    See #64225.

    Built from https://develop.svn.wordpress.org/trunk@61409


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 968279d2a8..5ef1c7f177 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61408';
+$wp_version = '7.0-alpha-61409';

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