From 7bbbff6d3ecb8932da4fc4119007fdca3417e0e7 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 3 Feb 2022 12:48:34 +0100 Subject: [PATCH] #207 set version --- plugins/auto-domain-grab/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/auto-domain-grab/index.php b/plugins/auto-domain-grab/index.php index 3f5895d41..d804b8f8c 100644 --- a/plugins/auto-domain-grab/index.php +++ b/plugins/auto-domain-grab/index.php @@ -15,8 +15,8 @@ class AutoDomainGrabPlugin extends \RainLoop\Plugins\AbstractPlugin { const NAME = 'Auto Domain Selection', - VERSION = '2.1', - REQUIRED = '2.5.0', + VERSION = '2.10', + REQUIRED = '2.10.0', CATEGORY = 'General', DESCRIPTION = 'Sets the IMAP/SMTP host based on the user\'s login';