diff --git a/wp-admin/about.php b/wp-admin/about.php index ca9f00e784..407927abed 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -243,7 +243,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: WordPress Field Guide link. */ __( 'Explore the 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/07/18/wordpress-6-3-field-guide/' ), + __( '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 d587741470..fb3c9b0121 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57053'; +$wp_version = '6.5-alpha-57054'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.