From 0996db4bb33e4e148582f87a19d842cd5ed44b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Hu=C4=8D=C3=ADk?= Date: Tue, 17 Dec 2024 08:45:10 +0100 Subject: [PATCH] Release coreupdater v1.6.11 --- coreupdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreupdater.php b/coreupdater.php index c19e965..496cbd4 100644 --- a/coreupdater.php +++ b/coreupdater.php @@ -35,7 +35,7 @@ public function __construct() { $this->name = 'coreupdater'; $this->tab = 'administration'; - $this->version = '1.6.10'; + $this->version = '1.6.11'; $this->author = 'thirty bees'; $this->bootstrap = true; $this->need_instance = 0;