From 69109e7e51d4641798f424f712b16c45e04d79e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 22 Nov 2022 17:45:55 +0100 Subject: [PATCH] 12 beta01 --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index e1afa8b9..cdd512ce 100644 --- a/core/core.php +++ b/core/core.php @@ -49,7 +49,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-dev022'; + const ZWII_VERSION = '12.0.00-beta01'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = [];