diff --git a/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss b/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss index 182f764ffb..3106211e91 100644 --- a/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss +++ b/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index c3883ea266..10056411b5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.