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 = '';