diff --git a/endurance-page-cache.php b/endurance-page-cache.php index cb9cdc4..eb3285a 100644 --- a/endurance-page-cache.php +++ b/endurance-page-cache.php @@ -2,7 +2,7 @@ /** * Plugin Name: Endurance Page Cache * Description: This cache plugin is primarily for cache purging of the additional layers of cache that may be available on your hosting account. - * Version: 2.0.6 + * Version: 2.0.7 * Author: Mike Hansen * Author URI: https://www.mikehansen.me/ * License: GPLv2 or later @@ -27,7 +27,7 @@ die; } -define( 'EPC_VERSION', '2.0.6' ); +define( 'EPC_VERSION', '2.0.7' ); if ( ! class_exists( 'Endurance_Page_Cache' ) ) {