Commit b99b8161e4 for wordpress.org

commit b99b8161e4ec876c4a0cd44b275d5c386a0428f7
Author: Peter Wilson <wilson@peterwilson.cc>
Date:   Mon Oct 14 01:07:15 2024 +0000

    Bundled Themes: Test new themes are added to new bundled files.

    Introduces a test to ensure that new bundled themes are included in the `$_new_bundled_files` array. Modifies previous theme related tests added during the 6.7 release cycle to include the correct annotations.

    Props peterwilsoncc, mukesh27, costdev.
    See #61530, #62103.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index f101534e0a..49cad58eb5 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.7-beta2-59226';
+$wp_version = '6.7-beta2-59227';

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