From 4e88ec43adcfd9258603a2b8ea8181dba279f565 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 21 Aug 2020 18:35:07 +0200 Subject: [PATCH] =?UTF-8?q?10.2.07=20Num=C3=A9rotation=20de=20la=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- core/core.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f427f44d..fd806728 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://img.shields.io/github/last-commit/fredtempez/ZwiiCMS/master) ![](https://img.shields.io/github/release-date/fredtempez/ZwiiCMS) -# ZwiiCMS 10.2.06 +# ZwiiCMS 10.2.07 Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation. diff --git a/core/core.php b/core/core.php index c7e34b24..219210ef 100755 --- a/core/core.php +++ b/core/core.php @@ -39,7 +39,7 @@ class common { const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '10.2.06'; + const ZWII_VERSION = '10.2.07'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = [];