diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php
index c56bfa14a5..9e2ad1506c 100644
--- a/wp-includes/class-wp-editor.php
+++ b/wp-includes/class-wp-editor.php
@@ -1446,12 +1446,12 @@ final class _WP_Editors {
-
-
-
+
+
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 5619dca9c1..e25ef072e2 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.2-beta4-32016';
+$wp_version = '4.2-beta4-32017';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.