From 97beb72e738984ce82df576b4cf5d51d4c0fc5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Perona?= Date: Thu, 27 Oct 2022 10:27:35 -0400 Subject: [PATCH] update version to 3.12.2.1 --- wp-rocket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-rocket.php b/wp-rocket.php index a7edf7701d..e4a21137a1 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.12.2 + * Version: 3.12.2.1 * Requires at least: 5.6 * Requires PHP: 7.2 * Code Name: Iego @@ -20,7 +20,7 @@ defined( 'ABSPATH' ) || exit; // Rocket defines. -define( 'WP_ROCKET_VERSION', '3.12.2' ); +define( 'WP_ROCKET_VERSION', '3.12.2.1' ); define( 'WP_ROCKET_WP_VERSION', '5.6' ); define( 'WP_ROCKET_WP_VERSION_TESTED', '5.9' ); define( 'WP_ROCKET_PHP_VERSION', '7.2' );