diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php
index 53e46ba394..dd51aef686 100644
--- a/wp-admin/plugin-editor.php
+++ b/wp-admin/plugin-editor.php
@@ -288,6 +288,7 @@ printf(
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 3ab1bc284e..1c69d7bd5f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.9-alpha-60478';
+$wp_version = '6.9-alpha-60479';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.