Build tools: fix generating `*-rtl.css` files in `wp-includes/css` after `grunt --dev` was used.

Fixes #47078.
Built from https://develop.svn.wordpress.org/trunk@45317


git-svn-id: http://core.svn.wordpress.org/trunk@45128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2019-05-16 02:25:52 +00:00
parent 762b49653a
commit 0b4a421b50
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45316';
$wp_version = '5.3-alpha-45317';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.