From 40f72964303a8884dc19e75eecd6b1cf1357bdce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 27 Aug 2022 09:40:09 +0200 Subject: [PATCH] version core dev003 --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index b5e91b49..68c93535 100644 --- a/core/core.php +++ b/core/core.php @@ -47,7 +47,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.6.00-dev'; + const ZWII_VERSION = '11.6.00-dev003'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = [];