diff --git a/wp-admin/credits.php b/wp-admin/credits.php index acc8a21c28..46b035419c 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -133,9 +133,9 @@ __( 'Lead Developer' ); __( 'Release Lead' ); __( 'Release Design Lead' ); __( 'Release Deputy' ); -__( 'Core Developer' ); -__( 'External Libraries' ); __( 'Release Coordination' ); +__( 'Minor Release Lead' ); +__( 'Core Developer' ); __( 'Core Tech Lead' ); __( 'Core Triage Lead' ); __( 'Editor Tech Lead' ); @@ -148,4 +148,4 @@ __( 'Default Theme Design Lead' ); __( 'Default Theme Development Lead' ); __( 'Tech Lead' ); __( 'Triage Lead' ); -__( 'Minor Release Lead' ); +__( 'External Libraries' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 11ecce9f0f..8cfa69b663 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59551'; +$wp_version = '6.8-alpha-59552'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.