Skip to content

Commit 3f84631

Browse files
committed
Bump version
1 parent f168cb4 commit 3f84631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

endurance-page-cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Endurance Page Cache
44
* Description: This cache plugin is primarily for cache purging of the additional layers of cache that may be available on your hosting account.
5-
* Version: 2.0.6
5+
* Version: 2.0.7
66
* Author: Mike Hansen
77
* Author URI: https://www.mikehansen.me/
88
* License: GPLv2 or later
@@ -27,7 +27,7 @@
2727
die;
2828
}
2929

30-
define( 'EPC_VERSION', '2.0.6' );
30+
define( 'EPC_VERSION', '2.0.7' );
3131

3232
if ( ! class_exists( 'Endurance_Page_Cache' ) ) {
3333

0 commit comments

Comments
 (0)