From 05caca8b17f42a4adda24052534f5df8fb69f2c4 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 19 Oct 2022 10:49:30 +0200 Subject: [PATCH] dev015 --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index ae3a7d18..74e720d0 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-dev014'; + const ZWII_VERSION = '12.0.00-dev015'; const ZWII_UPDATE_CHANNEL = "test"; public static $actions = [];