From f592ca0844928d27ed1b2b1fd740aaaf9d56897d Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 18 Jan 2023 17:51:20 +0100 Subject: [PATCH] Core version number --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index b42c0b2f..4c8c7991 100644 --- a/core/core.php +++ b/core/core.php @@ -53,7 +53,7 @@ class common const ZWII_UI_URL = 'https://forge.chapril.org/ZwiiCMS-Team/zwiicms-translations/raw/branch/master/'; // Numéro de version et branche pour l'autoupdate - const ZWII_VERSION = '12.1.00'; + const ZWII_VERSION = '12.1.01'; const ZWII_UPDATE_CHANNEL = "v12"; public static $actions = [];