From 4f44c8e81781be1364ac5fa871dee9fe57caeebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sun, 12 Jun 2022 15:14:24 +0200 Subject: [PATCH] Version du core --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index a626e41c..7351756c 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.5.03'; + const ZWII_VERSION = '11.5.04'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = [];