Commit df20102a35 for wordpress.org

commit df20102a35c9416d177ea62a3b421662c1ee8d4d
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sat Dec 20 23:16:31 2025 +0000

    Tests: Correst some test class names per the naming conventions.

    Follow-up to [50167], [50409], [56748].

    See #64225.
    Built from https://develop.svn.wordpress.org/trunk@61395


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

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

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