diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 7c939e71f0..01d886d846 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -350,7 +350,7 @@ function list_translation_updates() { ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php index acc13f0085..a547a91a0d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31367'; +$wp_version = '4.2-alpha-31368'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.