Twenty Twenty-One: Properly bump to version 1.7.

The theme version was missed in the relevant stylesheets in [54492].

This updates the last locations to allow 1.7 to be officially released.

Props @hellofromTonya, SergeyBiryukov.
Merges [54745] to the 6.1 branch.
See #56450.
Built from https://develop.svn.wordpress.org/branches/6.1@54746


git-svn-id: http://core.svn.wordpress.org/branches/6.1@54298 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-11-02 03:17:12 +00:00
parent 1d1a27971a
commit 77dd4175a7
5 changed files with 5 additions and 5 deletions

View File

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

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: 6.0
Requires PHP: 5.6
Version: 1.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone

View File

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

View File

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

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1.1-alpha-54744';
$wp_version = '6.1.1-alpha-54746';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.