From 504c7a882529c9ace5e9939f626be6c942f5223d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 18 Dec 2021 17:13:20 +0100 Subject: [PATCH] Version .26 --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 0a312954..6cc9523f 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.00.25'; + const ZWII_VERSION = '11.2.00.26'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = [];