From d10bb5b0f5149314e1646ca058d7eac1f2151dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Perona?= Date: Mon, 24 Oct 2016 16:08:17 -0400 Subject: [PATCH] Update current version --- wp-rocket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-rocket.php b/wp-rocket.php index fe18c4a89a..c10893e417 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: 2.8.22 +Version: 2.8.23 Code Name: Ilum Author: WP Media Contributors: Jonathan Buttigieg, Julio Potier, Remy Perona @@ -19,7 +19,7 @@ defined( 'ABSPATH' ) or die( 'Cheatin’ uh?' ); // Rocket defines -define( 'WP_ROCKET_VERSION' , '2.8.22' ); +define( 'WP_ROCKET_VERSION' , '2.8.23' ); define( 'WP_ROCKET_PRIVATE_KEY' , false ); define( 'WP_ROCKET_SLUG' , 'wp_rocket_settings' ); define( 'WP_ROCKET_WEB_MAIN' , 'http://support.wp-rocket.me/' );