From a52e001308e460fd990c8c1ba6b23989c2cc3c58 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 17 Dec 2020 12:54:05 +0000 Subject: [PATCH] Twenty Twenty-One: Correct version in file-header.scss. Props SergeyBiryukov. Merges [49799] to the 5.6 branch. Fixes #52044. Built from https://develop.svn.wordpress.org/branches/5.6@49816 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49535 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentytwentyone/assets/sass/01-settings/file-header.scss | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 3f90152457..e5e9be594a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6.1-alpha-49815'; +$wp_version = '5.6.1-alpha-49816'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.