From 7f83ad31f47afe3c1296aeaffdb7a75c005752a1 Mon Sep 17 00:00:00 2001 From: Patrik Kernstock Date: Tue, 31 Dec 2019 22:30:54 +0100 Subject: [PATCH] Fixed dbversion in SQL/Froxlor.php Signed-off-by: Patrik Kernstock --- install/froxlor.sql | 2 +- lib/Froxlor/Froxlor.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 6dfb60ff..db97f103 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -703,7 +703,7 @@ opcache.interned_strings_buffer'), ('panel', 'customer_hide_options', ''), ('panel', 'is_configured', '0'), ('panel', 'version', '0.10.10'), - ('panel', 'db_version', '201912310'); + ('panel', 'db_version', '201912312'); DROP TABLE IF EXISTS `panel_tasks`; diff --git a/lib/Froxlor/Froxlor.php b/lib/Froxlor/Froxlor.php index 4c398bec..d62bc786 100644 --- a/lib/Froxlor/Froxlor.php +++ b/lib/Froxlor/Froxlor.php @@ -10,7 +10,7 @@ final class Froxlor const VERSION = '0.10.10'; // Database version (YYYYMMDDC where C is a daily counter) - const DBVERSION = '201912310'; + const DBVERSION = '201912312'; // Distribution branding-tag (used for Debian etc.) const BRANDING = '';