From a1a4fe4ff106637c0082a48d69f53733fed67f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Hu=C4=8D=C3=ADk?= Date: Fri, 16 Jun 2023 08:25:39 +0200 Subject: [PATCH] Release advancedeucompliance v3.2.1 --- advancedeucompliance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advancedeucompliance.php b/advancedeucompliance.php index 74e2475..6628e39 100644 --- a/advancedeucompliance.php +++ b/advancedeucompliance.php @@ -95,7 +95,7 @@ public function __construct( ) { $this->name = 'advancedeucompliance'; $this->tab = 'administration'; - $this->version = '3.2.0'; + $this->version = '3.2.1'; $this->author = 'thirty bees'; $this->need_instance = 0; $this->bootstrap = true;