From faa3d7c895b09ce43288342c5795629cb67bc556 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 10 May 2022 18:23:00 +0200 Subject: [PATCH] =?UTF-8?q?Num=C3=A9ro=20de=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index d4bd7ccf..b2f4178d 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.4.01'; + const ZWII_VERSION = '11.4.02'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = [];