diff --git a/wp-admin/credits.php b/wp-admin/credits.php index d3d0bbf7d6..acc8a21c28 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -135,3 +135,17 @@ __( 'Release Design Lead' ); __( 'Release Deputy' ); __( 'Core Developer' ); __( 'External Libraries' ); +__( 'Release Coordination' ); +__( 'Core Tech Lead' ); +__( 'Core Triage Lead' ); +__( 'Editor Tech Lead' ); +__( 'Editor Triage Lead' ); +__( 'Documentation Lead' ); +__( 'Test Lead' ); +__( 'Design Lead' ); +__( 'Performance Lead' ); +__( 'Default Theme Design Lead' ); +__( 'Default Theme Development Lead' ); +__( 'Tech Lead' ); +__( 'Triage Lead' ); +__( 'Minor Release Lead' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 042a6a15f4..7171d93e97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59544'; +$wp_version = '6.8-alpha-59545'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.