Skip to content

Commit

Permalink
change the version to 3.18 to make any difference between this branch…
Browse files Browse the repository at this point in the history
… and develop branch
  • Loading branch information
wordpressfan committed Dec 3, 2024
1 parent eda2094 commit 16aca62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-rocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Rocket
* Plugin URI: https://wp-rocket.me
* Description: The best WordPress performance plugin.
* Version: 3.17.3
* Version: 3.18
* Requires at least: 5.8
* Requires PHP: 7.3
* Code Name: Iego
Expand All @@ -20,7 +20,7 @@
defined( 'ABSPATH' ) || exit;

// Rocket defines.
define( 'WP_ROCKET_VERSION', '3.17.3' );
define( 'WP_ROCKET_VERSION', '3.18' );
define( 'WP_ROCKET_WP_VERSION', '5.8' );
define( 'WP_ROCKET_WP_VERSION_TESTED', '6.3.1' );
define( 'WP_ROCKET_PHP_VERSION', '7.3' );
Expand Down

0 comments on commit 16aca62

Please sign in to comment.