From 1761777428d6a952b63c04cb223d1df2cf40c0b2 Mon Sep 17 00:00:00 2001 From: LC Date: Tue, 23 May 2023 17:11:47 +0200 Subject: [PATCH] =?UTF-8?q?Incr=C3=A9mentation=20de=20la=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index fd4642d..82f5b7e 100644 --- a/core/core.php +++ b/core/core.php @@ -49,7 +49,7 @@ class common { // Numéro de version const DELTA_UPDATE_URL = 'https://update.deltacms.fr/master/'; - const DELTA_VERSION = '4.4.07'; + const DELTA_VERSION = '4.4.08'; const DELTA_UPDATE_CHANNEL = "v4"; public static $actions = [];