From 966e88abd0b91f8ada0e453e8428d64c1952c578 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 28 Nov 2020 10:54:47 +0100 Subject: [PATCH] bug installation version core --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index edfd1f76..5f308f20 100755 --- a/core/core.php +++ b/core/core.php @@ -44,7 +44,7 @@ class common { const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '10.4.00.008'; + const ZWII_VERSION = '10.4.00.009'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = [];