diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index e2cdc76317..7f9ff52690 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -223,7 +223,7 @@ switch ( $step ) { - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 804296e98d..43a1f00dd4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55109'; +$wp_version = '6.2-alpha-55110'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.