diff --git a/wp-rocket.php b/wp-rocket.php index f3f2c13391..3a4ac86f73 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.14.4.1 + * Version: 3.14.4.2 * 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.14.4.1' ); +define( 'WP_ROCKET_VERSION', '3.14.4.2' ); define( 'WP_ROCKET_WP_VERSION', '5.8' ); define( 'WP_ROCKET_WP_VERSION_TESTED', '6.3' ); define( 'WP_ROCKET_PHP_VERSION', '7.3' );