From 9fe31eb5c80d13795394eee72350d2b0e95f0961 Mon Sep 17 00:00:00 2001 From: George Jipa Date: Tue, 20 Jul 2021 17:36:22 +0300 Subject: [PATCH] update WP_Maintenance_Mode::VERSION too --- includes/classes/wp-maintenance-mode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;