diff --git a/wp-admin/about.php b/wp-admin/about.php index 407927abed..03ff7a6d96 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -241,7 +241,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

WordPress %2$s Field Guide. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ), __( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ), '6.4' diff --git a/wp-includes/version.php b/wp-includes/version.php index 848276ad5d..28577af941 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57077'; +$wp_version = '6.5-alpha-57081'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.