From 52f41b84cf18accebae0b7ff46d52defff7ba0af Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 7 Jan 2022 11:09:02 +0100 Subject: [PATCH] version de core --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index e99f15cd..e3c74769 100644 --- a/core/core.php +++ b/core/core.php @@ -45,7 +45,7 @@ class common { // Numéro de version const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_VERSION = '11.2.01'; + const ZWII_VERSION = '11.2.02'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = [];