From 24f47bc58b46afbac0fd16665633c24c5a2cb324 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Mon, 9 Jan 2023 10:09:15 +0100 Subject: [PATCH] set version to 2.0.6 Signed-off-by: Michael Kaufmann --- install/froxlor.sql.php | 4 ++-- lib/Froxlor/Froxlor.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/froxlor.sql.php b/install/froxlor.sql.php index abc4bd27..0b5c9bd0 100644 --- a/install/froxlor.sql.php +++ b/install/froxlor.sql.php @@ -696,7 +696,7 @@ opcache.validate_timestamps'), ('system', 'distribution', ''), ('system', 'update_channel', 'stable'), ('system', 'updatecheck_data', ''), - ('system', 'update_notify_last', '2.0.5'), + ('system', 'update_notify_last', '2.0.6'), ('system', 'traffictool', 'goaccess'), ('api', 'enabled', '0'), ('2fa', 'enabled', '1'), @@ -740,7 +740,7 @@ opcache.validate_timestamps'), ('panel', 'logo_overridetheme', '0'), ('panel', 'logo_overridecustom', '0'), ('panel', 'settings_mode', '0'), - ('panel', 'version', '2.0.5'), + ('panel', 'version', '2.0.6'), ('panel', 'db_version', '202212060'); diff --git a/lib/Froxlor/Froxlor.php b/lib/Froxlor/Froxlor.php index ceed292a..f17f5d78 100644 --- a/lib/Froxlor/Froxlor.php +++ b/lib/Froxlor/Froxlor.php @@ -31,7 +31,7 @@ final class Froxlor { // Main version variable - const VERSION = '2.0.5'; + const VERSION = '2.0.6'; // Database version (YYYYMMDDC where C is a daily counter) const DBVERSION = '202212060';