Skip to content

Commit

Permalink
Bump version to 22.6-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
YoastBot committed Apr 19, 2024
1 parent 572db8d commit 79db753
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"typescript": "^4.2.4"
},
"yoast": {
"pluginVersion": "22.6-RC1"
"pluginVersion": "22.6-RC2"
},
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion wp-seo-main.php
Expand Up @@ -15,7 +15,7 @@
* {@internal Nobody should be able to overrule the real version number as this can cause
* serious issues with the options, so no if ( ! defined() ).}}
*/
define( 'WPSEO_VERSION', '22.6-RC1' );
define( 'WPSEO_VERSION', '22.6-RC2' );


if ( ! defined( 'WPSEO_PATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions wp-seo.php
Expand Up @@ -8,7 +8,7 @@
*
* @wordpress-plugin
* Plugin Name: Yoast SEO
* Version: 22.6-RC1
* Version: 22.6-RC2
* Plugin URI: https://yoa.st/1uj
* Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
* Author: Team Yoast
Expand All @@ -20,7 +20,7 @@
* Requires PHP: 7.2.5
*
* WC requires at least: 7.1
* WC tested up to: 8.7
* WC tested up to: 8.8
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 79db753

Please sign in to comment.