diff --git a/wp-admin/about.php b/wp-admin/about.php index 4996766500..7dbb2c8107 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -102,7 +102,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ) ); ?>
-Update Now on any number of plugins and wait for the success messages. Easy!' ); ?>
+Update Now on any number of plugins and wait for the success messages. Easy!' ); ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php index b5b5141b6d..033b1b9a69 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32122'; +$wp_version = '4.2-beta4-32123'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.