Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed May 24, 2021
1 parent f168cb4 commit 3f84631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions endurance-page-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,7 +27,7 @@
die;
}

define( 'EPC_VERSION', '2.0.6' );
define( 'EPC_VERSION', '2.0.7' );

if ( ! class_exists( 'Endurance_Page_Cache' ) ) {

Expand Down

0 comments on commit 3f84631

Please sign in to comment.