diff --git a/wp-admin/about.php b/wp-admin/about.php
index 876521e38d..e8231ac826 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -47,7 +47,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
+
@@ -68,7 +68,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 55be07177c..ab3c1e6d21 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.2-alpha-44768';
+$wp_version = '5.2-alpha-44769';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.