From 16aca624becfa41b3c92d0102ff273eb509fa36b Mon Sep 17 00:00:00 2001 From: WordPressFan Date: Tue, 3 Dec 2024 20:47:50 +0200 Subject: [PATCH] change the version to 3.18 to make any difference between this branch and develop branch --- wp-rocket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-rocket.php b/wp-rocket.php index 61dd925b34..bba735cbcc 100755 --- a/wp-rocket.php +++ b/wp-rocket.php @@ -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 @@ -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' );