diff --git a/includes/classes/wp-maintenance-mode.php b/includes/classes/wp-maintenance-mode.php index 266d01f0..81fb02fe 100644 --- a/includes/classes/wp-maintenance-mode.php +++ b/includes/classes/wp-maintenance-mode.php @@ -6,7 +6,7 @@ class WP_Maintenance_Mode { - const VERSION = '2.4.0'; + const VERSION = '2.4.1'; protected $plugin_slug = 'wp-maintenance-mode'; protected $plugin_settings;