Twenty Twenty-One: Correct version in `file-header.scss`.

Fixes #52044.
Built from https://develop.svn.wordpress.org/trunk@49794


git-svn-id: http://core.svn.wordpress.org/trunk@49517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-12-12 14:57:07 +00:00
parent bba3a9d529
commit 4ca3db8c90
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone

View File

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