diff --git a/wp-content/themes/twentytwentytwo/readme.txt b/wp-content/themes/twentytwentytwo/readme.txt index 2b927cd719..d99cb3a1da 100644 --- a/wp-content/themes/twentytwentytwo/readme.txt +++ b/wp-content/themes/twentytwentytwo/readme.txt @@ -20,6 +20,8 @@ Whether you’re building a single-page website, a blog, a business website, or = 1.0 = * Released: January 25, 2022 +https://wordpress.org/support/article/twenty-twenty-two-changelog#Version_1.0 + == Copyright == Twenty Twenty-Two WordPress Theme, 2021-2022 WordPress.org diff --git a/wp-includes/version.php b/wp-includes/version.php index eb691c66aa..95d4a3d6c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52612'; +$wp_version = '6.0-alpha-52613'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.