diff --git a/wp-admin/install.php b/wp-admin/install.php
index bc6ab6d081..f8237fcedb 100644
--- a/wp-admin/install.php
+++ b/wp-admin/install.php
@@ -147,7 +147,7 @@ function display_setup_form( $error = null ) {
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 77916d7336..0e3b43a502 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.3-beta4-33384';
+$wp_version = '4.3-beta4-33387';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.