From b9e753153f170515a4ce3cd5495eac4f34c5c200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sun, 15 May 2022 16:45:04 +0200 Subject: [PATCH] version 11.5 --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 6cffb99d..6cd70b2b 100644 --- a/core/core.php +++ b/core/core.php @@ -46,7 +46,7 @@ class common { // Numéro de version const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_VERSION = '12.0.00-dev'; + const ZWII_VERSION = '11.5.00-dev'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = [];